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

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 th