Closed ThulaniMabena closed 6 years ago
is the code related to my plugin. ?
You can make use of onSelect(), onSubmit()
you can get the file object and show the duration using customProgressBar
option.
Check 8).Custom UI
in Features
tab in http://hayageek.com/docs/jquery-upload-file.php#customui
But how, I only know how to use extraHTML but it will be possible if the is in HTML. Lets say I put this $("input[type=file]").on('change',function(){ alert(this.files[0].name); }); in javascript. If the <input type="file... is in html it will trigger. How can I achieve this or do I have any solution?
If I put myVideos.push(files[0]); in onSelect, it will alert the duration but won't show the box
Hi, I create a code where I can read duration of submitted files and I think your plugin is great to upload the files and it requires the use of in html, not in javascript. How may I achieve that? Here's the code,