Page 1 of 1

Regarding applet customization

Posted: Mon Apr 02, 2012 5:45 am
by Gayatri
Hi

I am planning to use jFileUpload Applet in my web app. I ve just started exploring this tool. To my understanding,there is no offline mode of adding files using jFileUpload Applet.By offline mode, I mean there is no option of selecting files,& after performing some additional checks(which is my application specific requirement) & at a later point start the applet upload.
jFileUpload applet starts uploading once the files are selected.
Is there any way I can customize jFileUpload applet as per my requirement?

Appreciate any help on this.

Thanks in advance

Re: Regarding applet customization

Posted: Sun Apr 08, 2012 10:38 am
by support
You would need JFileUpload Premium that includes source code to do so. You would need Java skills to implement new features (or you can ask for quote to have feature implemented by us)

Re: Regarding applet customization

Posted: Tue Apr 17, 2012 9:44 am
by Gayatri
Thanks for the reply.
My team has already purchased the Premium version 2.8.
Can you guide me in customising 'paramfile' param in HTTP upload?
Its working fine with the default paramfile value: "uploadfile".
How can i customise the paramfile value?
I am planning to send the file selected by a FileChooser option to jFileUpload,
So in that case, how can i point paramfile value to that file path chosen ?

Re: Regarding applet customization

Posted: Sun Apr 29, 2012 6:47 pm
by support
Not sure to understand why you need to modify 'paramfile', it's just the parameter name for the file to upload withing HTTP multipart POST request. You want to upload a file by passing full local file path?