I'm working on a website that allows users to batch upload photos. I was wondering if it's possible for them to start the upload process for a group of photos, then let the user click around and move to something else within the same site, while the images are loaded behind the scenes. Any suggestions?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You could use SWFUpload for multi-file upload. But you must stay on this page to complete request. Of course, you could allow user to load other page, but using Ajax. The bad solution is to use iframe, where file upload will be... |
|||
|