Re: [PHP] Error with file upload: No file uploaded in Unknown online 0

2002-09-24 Thread Marek Kilimajer
Turn off notice logging in your php.ini, just keep warnings and errors. Jason Young wrote: I have some code that a user can set a description about an item to be posted, and then add some image files of the item. Its a 3x3 frame of input type=file fields, along with an 'include' line for

Re: [PHP] Error with file upload: No file uploaded in Unknown on

2002-09-24 Thread Jason Young
Thanks for your reply... However, is that the ONLY way? Shouldn't this be something that is not reported as an error to begin with? But even so, what about the other Notices I might receive in regards to other debugging.. I have to get rid of all that, too? Basically I'm asking if this is

Re: [PHP] Error with file upload: No file uploaded in Unknown on

2002-09-24 Thread Marek Kilimajer
Basically yes, unless you want to patch php sources and recompile. You could use error_reporting(), but the notice is issued befor you script gets to run, so that would not help. Jason Young wrote: Thanks for your reply... However, is that the ONLY way? Shouldn't this be something that is

[PHP] Error with file upload: No file uploaded in Unknown on line 0

2002-09-23 Thread Jason Young
I have some code that a user can set a description about an item to be posted, and then add some image files of the item. Its a 3x3 frame of input type=file fields, along with an 'include' line for each one.. only selecting a file with the 'Browse' button, or entering a website manually will