It is indeed a HTML/Browser issue... I'm not sure if the filename in the
source can be setup by javascript due to security problems (if it was, a
malicious web site could receive all the of the user computer that have
a known location).
For file upload you can check:
http://www.php.net/manual/
Hi.
Is there a way to auto upload some files to the server?
It is about an intranet application. One pc uses some external programs for
some procedures. The result is a text file wich is stored always in the same
folder with the same name to the client pc. Is there a way php can
auto-upload that fi
ll need to use the new superglobal arrays to access your
> variable. I am not sure how it would uploaded file, but it should be
> something like $_POST['data_blob'].
>
> HTH,
>
> Mikey
>
> > -Original Message-
> > From: Lorne T [mailto:[EMAIL PROTECTED]]
#x27;].
HTH,
Mikey
> -Original Message-
> From: Lorne T [mailto:[EMAIL PROTECTED]]
> Sent: 01 August 2002 21:56
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] File uploading yet again
>
>
> I still am in need of help with uploading a file using IIS and
> PHP 4.2.2.
>
I still am in need of help with uploading a file using IIS and PHP 4.2.2.
The problem seems to be that the variables holding the temp name and size
never get correctly set from the file input control. I have the copy
function working, but it can not find the temp file because php never
reports a
Thanx, I'll try it and I'll say you if it works.
Frankie
Angie Tollerson <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]
Frankie,
the function is copy($old, $new);
so it needs to be from the exact path to the exact pathwhat is the
folder you want to store the file in eventually? the
Frankie,
the function is copy($old, $new);
so it needs to be from the exact path to the exact pathwhat is the folder you want
to store the file in eventually? the best thing to do is to set the path for the
folder where the new file will be residing and tack on the image
for example:
$PAT
I have a problem with the file uploading.
I copied a script from a book on PHP and I followed instructions about the
upload temp dir (upload_tmp_dir = c:/Windows/temp). The script was developed
for an Unix machine and the line is:
@copy("$img1","/usr/local/apache_1.3.12/htdocs/$img1_name") or die
Randall,
It looks as if your upload path AND the destination path for your uploaded
files is the same, namely c:\temp; could that be the problem? Also, try
setting the path to the full "c:\\temp" and make sure this directory exists
!
"Randall Barber" <[EMAIL PROTECTED]> a écrit dans le messag
I have scanned the archives (probably looking in the wrong place), and have tried the
code in the documentation to no avail.
I need help understanding the issues of file uploading using php. Here is the setup:
PHP (ISAPI) installation.
PHP.INI is in C:\WINNT
the two DLLs are in C:\WINNT\SYSTEM
10 matches
Mail list logo