At present, it just silently fails. Thank you!
Agreed!! Very frustrating for users.
If I get around to it, I'll try to post a fix.
OK, it was easy so I did it. Line 20 of imageupload.js, I added
uploader.bind('Error', function(uploader, error) { alert(error.message + '. Max file size is ' + gdn.definition('ImageUpload_MaxFileSize')); });
Between
uploader.bind('Init', function(up, params) { console.log("Current runtime: " + params.runtime ); });
and
uploader.init();
@beschizza if you're still around, you may be interested I suppose.
Comments
Agreed!! Very frustrating for users.
If I get around to it, I'll try to post a fix.
OK, it was easy so I did it. Line 20 of imageupload.js, I added
Between
and
@beschizza if you're still around, you may be interested I suppose.