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.

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?

share|improve this question

1 Answer

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...

share|improve this answer
Thanks. I had thought about using an iframe, but that isn't a very elegant solution. On my phone, apps can upload my whole photo library in the background while I continue navigating the around the app. I want to do that on a site. – user1245768 Mar 2 '12 at 21:19

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.