You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
I am using ezdz to load video file, which is around 64mb.
The dropzone seems to be hanged while loading the file. It takes few seconds before the file name is populated. Can this process be accelerated?
jQuery('#vidfile').ezdz({
text: 'drop the Video',
preview: null,
// accept: function(file) {
// var size = file.size;
// size = size/1024;
// var unit = " KB";
// if(size>=1024){
// size = size/1024;
// unit = " MB";
// }
// jQuery("#sb_asset_vid_size").html(size.toFixed(2)+unit);
// }
});
The text was updated successfully, but these errors were encountered:
I am using ezdz to load video file, which is around 64mb.
The dropzone seems to be hanged while loading the file. It takes few seconds before the file name is populated. Can this process be accelerated?
The text was updated successfully, but these errors were encountered: