file not uploaded to the wanted location

See all posts See thread Reply

Re: file not uploaded to the wanted location new!
by Tom Benjamin, 17 years, 5 months ago
Right - my upload form has <input name="action" type="hidden" value="image" />. I guess I need to put "multiple" in to allow for uploading of images or PDFs, or separate the user input into one form for images (which is the most likely upload) and another for PDF documents. I'll test that out and let you know the results.

Thanks,

TomReply
Re: file not uploaded to the wanted location new!
by colin, 17 years, 5 months ago
Yes, you'd better have two different fields, one for pictures, with which you can do image manipulations, and one for PDF files.Reply