Re: [PHP-WIN] file uploading

2003-07-20 Thread Luis Ferro
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/

Re: [PHP-WIN] File uploading yet again

2002-08-02 Thread Lorne T
Yes it is set to "on". "Mikey" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > After looking at your example, do you have register_globals set to 'On' in > your php.ini file? > > If not that you will need to use the new superglobal arrays to access your > variab

RE: [PHP-WIN] File uploading yet again

2002-08-02 Thread Mikey
After looking at your example, do you have register_globals set to 'On' in your php.ini file? If not that you will 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 > -O

Re: [PHP-WIN] File uploading

2001-09-17 Thread Angie Tollerson
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

Re: [PHP-WIN] File Uploading

2001-02-04 Thread Alain Fontaine
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