View Single Post

  #3 (permalink)  
Old 09-07-2004
red
 
Posts: n/a
Default Re: http_upload example

Alvaro G. Vicario wrote:
> *** red escribió/wrote (Mon, 06 Sep 2004 22:05:49 GMT):
>
>>When I try to use it, I choose a file and then I click "sned files".
>>Nothing happens. The file does not get sent anywhere. Where is it
>>supposed to be sent ? Theres nothing anywhere about which directory the
>>file is supposed to be sent to, as far as I can see, so the example
>>makes no sense to me.

>
>
> The code you copied takes care of sending the file. You must have a script
> somewhere in the server to deal with receiving it. All you need is inside
> the $_FILES variable. Print its values with print_r() and you'll see it
> clear.
>
> http://www.php.net/manual/en/features.file-upload.php


Yep, that splains it. Thanx. I finally got http_upload to work.
red
Reply With Quote