Start transfer via javascript?Start transfer via javascript?Is there a way to start the transfer with a Javascript call? My goal is to validate the form fields on the page before starting the transfer. I'm able to hook into the TransferTriggered callback and then cancelTransfer() if it's not valid, but that's not very clean, and also the status says "Upload complete (0 files)" instead of "Upload canceled", which is unclear for the user.
Re: Start transfer via javascript?startUpload() function is not available but it can be provided in a custom version.
Re: Start transfer via javascript?Feature request: ability of controlling the applet directly via JavaScript, with no Java applet visible to the user.
It's no secret that Java applets look awful and inconsistent across platforms. This would allow us to make pretty user interfaces using HTML, CSS, images. (Most browsers have HTML5 support with drag&drop, so passing the dropped paths to the hidden applet would not be a problem.) Re: Start transfer via javascript?You can implement it but as custom version because starting transfer silently could be a security hole. A malicious use could hide applet and steal some files on end-user desktop.
|