View Single Post
  #10 (permalink)  
Old 07-14-09, 05:50 AM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,515
Thanks: 20
Thanked 109 Times in 106 Posts
Try putting the name of the file as it exists on the server in 'tmp_name'.

This approach (using $_FILES) may work, but I think it's a gamble. If you only need the application to run on the server you're working on, you'll probably be fine, however, if you are planning to distribute the code or use a different server, you may want to find a different method.
Reply With Quote