Page 1 of 1
run my applet with javascript
Posted: Tue Jan 06, 2009 5:14 pm
by thomas
hi,
i would like to know if is it possible to run my applet with javascript? eg: document.fileupload.run() or something like that (i don't want to click on the upload start button)!
thanks
Re: run my applet with javascript
Posted: Tue Jan 06, 2009 6:43 pm
by support
Well, no it's not possible to trigger upload from JavaScript. It would be a security hole, a malicious user could hide the applet and upload files silently. We don't want to allow this with our signed applet.
I mean that this feature is not available in our applet but it's possible to add this feature as a customization. We can provide such custom develop but we won't sign the applet with our certificate (we could create a self-signed one for your company). If you're interested in a customization then contact support(at)jfileupload(dot)com
Re: run my applet with javascript
Posted: Wed Jan 07, 2009 9:17 am
by thomas
thanks!