I'm on a very tight deadline and need to get a file upload script integrated with an admin panel I wrote.
Basically the user needs to be able to upload multiple images that I can then process with PHP. I could use multiple input
tags but if they want to upload 10 images it will be a huge hassle (this would be the norm).
The main problem here is that I don't know Javascript, Java or Flash and users will need to use Internet Explorer < 10 so HTML5 can't be used. I have knowledge of PHP, MYSQL, HTML, CSS, but it's not helping with the clientside.
I've looked at many solutions and spent far to many hours trying to find a solution myself. I need something that I can integrate with my current knowledge, I don't have time to learn Javascript. This is why I am having so much trouble trying to integrate fully fledged systems such as plupload, SWFupload and uploadify.
I tried for over an hours to get uploadify to work, but it just isn't playing nice.
If anyone has a simple solution please let me know. I simply want to be able to upload multiple files with one input
tag. No resizing, no flash interface as this will all be handled by the server using my script. The user must be able to select multiple images at once though.