Upload multiple Images and Ping an address to upload them
Posted
by azz0r
on Stack Overflow
See other posts from Stack Overflow
or by azz0r
Published on 2010-04-12T14:39:20Z
Indexed on
2010/04/12
14:43 UTC
Read the original article
Hit count: 692
Hello!
I am trying to allow administrators to upload 20-30 images in one go.
I have tried jquery uploadify, SWFUpload and other various jquery scripts.
However I have had many issues doing this. Uploadify worked fine, however it stopped working and after a day of debugging I couldn't figure out why (and by god, I tried to figure out why)
So I have decided to try a java applet, however they all seem to cost quite abit of money. All I need is something to select some images, then each image upload pings and address where I can resize them in PHP, and done.
Does anyone know a freeware solution thats easy to use?
© Stack Overflow or respective owner