All,
I am working on developing a slideshow tool in JavaScript/HMTL. I have everything done and working except for some functionality that I would like when selecting the input images. The way I currently am doing this is by what could be called a standard browse button. When you click on the browse button you get the normal open dialog box to appear (classic Windows Style) and you can select the image. After clicking OK the box goes away and you are shown the location to the file.
I have an add photo button to allow another file to be selected in the same way as above. What I am really looking for though is a way to select multiple photos at once or select an entire folder and have the Javascript/HTML upload the photos automatically. All files that would ever be selected would be in the same folder.
Does anyone have any ideas on how to go about this? If you can provide code that would be great but if you can only give general guidelines that is still fantastic.
Thanks-:)