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