Regarding applet customization

Upload core product.
Post Reply
Gayatri
Posts: 5
Joined: Fri Mar 30, 2012 6:13 am

Regarding applet customization

Post 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

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

Re: Regarding applet customization

Post 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)

Gayatri
Posts: 5
Joined: Fri Mar 30, 2012 6:13 am

Re: Regarding applet customization

Post 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 ?

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

Re: Regarding applet customization

Post 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?

Post Reply