I'm having the same problem. The value (ie the path) in the file field is passed to my server, but my $_FILES array is empty!
Any ideas? On Apr 3, 4:30 am, Kush Murod <[EMAIL PROTECTED]> wrote: > Thanks Mike, I still had old form script included down below, my bad :) > > Mike Alsup wrote: > > >> In other words I can't see anyfilebeing uploaded. I'll post an example > >> if needed, let me know. > > > It's up to you to mange the uploaded files in your php script. If you > > don't move them with move_uploaded_file() they are deleted after the > > script completes. > > > Mike