simonpapworth6742

Results 2 issues of simonpapworth6742

I am calling the plugin wrappers 'destory' but it is not removing everything. I am reusing your PicEdit to upload one or more images, reusing the PicEdit by first calling...

I have changed request.onprogress in the _formsubmit to give a working progress user comfort. ``` //send request var request = new XMLHttpRequest(); request.upload.onprogress = function (e) { if(e.lengthComputable) var total...