BenExile / Dropbox

UNMAINTAINED: PHP 5.3 SDK for the Dropbox REST API
MIT License
521 stars 134 forks source link

Callback? #24

Closed Raketten closed 12 years ago

Raketten commented 12 years ago

Hi Ben,

thanks for your lib which I was able to use out of the box, it gets the job done. Now for the refinements.

I only use putFile function/example but my files are pretty big, say 50MB so I would like to entertain the user with progress as the upload is progressing, to make him relax and trust, that all is well.

I was guessing some kind of callback function which would enable me to write x% done or similar.

Do you have an example for this?

Thanks Henrik

Raketten commented 12 years ago

Declined