The-WebOps-Club / fest-api

An API implementation for Saarang Shaastra like fests, including ERP and Mainsite and Mobile interface
12 stars 11 forks source link

Making the progress more smooth for file uploads #51

Closed AbdealiLoKo closed 10 years ago

AbdealiLoKo commented 10 years ago

The file upload has some multipart thing @Phoenix25 said. We can use this to make the progress bar smooth during uploads

AbdealiLoKo commented 10 years ago

This is n pain. Spent hrs on this and then realized google api does not support it. And then wrote my own js XHR requests for it ... and now it works. BUT : resumable is not working : I.e. If I send it in one bug chunk, it is fine ... but if multiple small chunks, it no work

AbdealiLoKo commented 10 years ago

Fixed that part ... now the only problem is getting back the file_id so we can set a parent for it.

AbdealiLoKo commented 10 years ago

docs was packed ....