Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 05-05-2005, 04:55 PM Upload File Error
Novice Talker

Posts: 9
Trades: 0
I have some real simple code to upload a file and it it not working... any suggestions?

Form:

PHP Code:
<b>Select your File: </b><input type="file" name="userfile">  <input type="hidden" name="MAX_FILE_SIZE" value="24000"
Process Form:

PHP Code:
copy ($userfile"/batch/".$userfile_name) or die ("Could not copy");
$file $userfile_name
Error:
Quote:
Warning: copy(C:\\Documents and Settings\\Administrator\\Desktop\\orders.csv): failed to open stream: No such file or directory in /home/buywell/public_html/bulk_order_process.php on line 14
Could not copy
Look at the local file path, why would \\ be showing up instead of \. I'm thinking that's the problem but how could I replace \\ with \ to give it a try. Php gets funny when you do \' or \".

Thanks!
mattmcb is offline
Reply With Quote
View Public Profile Visit mattmcb's homepage!
 
 
Register now for full access!
Old 05-05-2005, 06:48 PM
leavethisplace's Avatar
Ultra Talker

Posts: 297
Trades: 0
Have you ensured enctype="multipart/form-data" is placed in the <FORM> tag ?
__________________
A lie gets halfway around the world before the truth has a chance to get its pants on. - Sir Winston Churchill

Please visit my sites:
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
leavethisplace is offline
Reply With Quote
View Public Profile
 
Old 05-06-2005, 06:09 AM
mtishetsky's Avatar
King Spam Talker

Posts: 1,226
Name: Mike
Location: Mataro, Spain
Trades: 0
Make print_r($_FILES) after upload and you will see many interesting things.
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE

And don't forget to give me talkupation!
mtishetsky is offline
Reply With Quote
View Public Profile Visit mtishetsky's homepage!
 
Reply     « Reply to Upload File Error
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.15456 seconds with 12 queries