I have a form where the user needs to upload a pdf document. I am using Accept="application/pdf" but it is giving me an error. I have acrobat installed on my machine so I assume it has the mime type registered. Can anyone help?
Do you have [COLOR=CC3300]METHOD="post"[/color] and [COLOR=CC3300]ENCTYPE="multipart/form-data"[/color]. You must have both in your form when uploading files.
Yes this is the 4th thing that is uploaded the other 3 I am using accept=image/gif and it is working fine just on this one where I specify application it is not working
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.