Page 1 of 1

File Upload Error

Posted: Tue Jan 03, 2006 10:08 am
by zorropelon
I just finished a program in witch the user could upload a .csv file that contains very important info, which needs to be inserted into the database.
I tested the function and it was ok.
The thing is that I don't know why but I just tested it and does not work any more.
The error that display is the following.

Warning: Only 0 bytes were written, expected to write 5119 in Unknown on line 0

And what it does is that the program uploads a 0 bytes file instead of the complete one.
Could it be server definition problems?
Any ideas?

Thanks.

Posted: Tue Jan 03, 2006 12:42 pm
by John Cartwright
Try posting your code first, perhaps there is something more obvious there. If not, then we'll dig a little deeper ;)