Ok, now it is getting even more wierd. My 5.0.2 File Upload stopped
functioning again.
I stopped and restarted apache with 502, and it still failed.
I moved the folder to php.502, and then moved php.432 back to php.
Restarted apache and everything worked.
Scott Carr
OpenOffice.org
Documentati
I am trying to use File Upload in PHP 5.0.2.
The file is showing up without error, as you can see in the array:
Array
(
[fielddelim] => comma
[Save] => Continue
[MAX_FILE_SIZE] => 8388608
[uploadfile] => Array
(
[name] => largeimport.csv
[type] => applicat
Well after a bit of struggle i got the solve to the problem
Now whether there was my misinterpretation, or the incmplete documentation of the php
manual that I was using it with the following example
here I tried
/Uploads/
d:\\raheel\\w3sites\\txtfiledemo\\uploads\\
\uploads
./uploads
inp
I've read all messages related to this problem, but my situation is
different. I can't upload files > 1000 Bytes. NOT 1 KB but exactly 1000
bytes. In php.ini memory_limit is set to 8M and upload_max_filesize is set
to 8M and i'm still getting error, and is_uploaded_file() returns FALSE.
My syst