Tuesday, 10 September 2013

How can i upload multiple images to an html5 site?

How can i upload multiple images to an html5 site?

Ok so here is my situation. I have an html5 website that currently has no
images aside from the menu bar and flash. I need a way to upload dozens of
photos at a time without having to hand code them each.
Example
<img src="0532.jpg" alt="picture" width="1900" height="800">
^^^^^^ this is what I want to avoid.
Or at least manually inputting that for hundreds of images for a
portfolio. Is there some sort of Script, uploader that would allow me to
upload multiple images at a time?

No comments:

Post a Comment