Hi,
I've got an upload class in php. It works great for files smaller then 10MB,
but once the file is larger then this, ....
I've build in a error message when people hit the submit button without selecting a file the text 'no files being send' should appear. it is this text that
appears when files are being uploaded larger then 10MB. ( this means that my php class has recieved no files for upload ex. fileNum==0 ) in the class I've set the max upload to something like 9999999999999999. Is there a setting in php that causes this to happen?
for the once who are intrested:
http://download.netdust.be/uploadClass.zip
thx,
P




Reply With Quote