Search found 3 matches
Need to check filenames before upload startsI am using JfileUpload and JbatchUpload and I have a requirement where I need to make sure that only one file of a certain extension is uploaded in a session. I get the filelist in JSTransferTriggered() but the problem is by that time, the upload already started. Is there a way to pause before uploa...
getFilenames() is empty before upload startsI've configured the applet to have a "select files" button and "start upload". When i use "select files" to add files to the upload queue, the method getFilenames() in javascript is empty and doesn't return the files in the queue only when i start upload do i get the list of files. Is there a proper...
When the applet is uploading onbeforeupload doesn't fireI use onbeforeupload to detect when the page is about to be closed or refreshed. This works fine except when the the applet is actively uploading, the event doesn't fire. My question is how can I detect when the applet is uploading to warn the user before attempting to refresh or close the window?
|