run my applet with javascript

Upload core product.
Post Reply
thomas
Posts: 7
Joined: Tue Jan 06, 2009 5:08 pm

run my applet with javascript

Post 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

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: run my applet with javascript

Post 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

thomas
Posts: 7
Joined: Tue Jan 06, 2009 5:08 pm

Re: run my applet with javascript

Post by thomas »

thanks!

Post Reply