[Solved] Which is best javascript file uploader? [closed]
Try and Use iframe and regular fileupload control to upload files asynchronously. This may solve your problem 0 solved Which is best javascript file uploader? [closed]
Try and Use iframe and regular fileupload control to upload files asynchronously. This may solve your problem 0 solved Which is best javascript file uploader? [closed]
You are echoing the <img> tags into the slider <div id=”slider”>. They are all inside that div, and displayed. You could add a style to initially hide them and then have your jquery loop show them one by one. Also, you probably want to increase the id on each iteration. Something like: $i = 1; … Read more