jFileUpload, Is it possible?

Upload core product.
Post Reply
import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

jFileUpload, Is it possible?

Post by import »

Testing out jFileUpload.
I wonder if it is possible to pass the name of the file to upload from a form, instead of drag and dropping, and dynamically change the up-load folder.

What I really want to do, is the following:

The user is completing a form with various information about the file he is going to upload (this info is stored in the DB, when he clicks submit, everything is created on the fly, I need to change the folder where to upload to, depending on what the user is uploading.

To avoid problems for the user, and possibly for me, I want the user to submit the file in the form, instead of draging and dropping, hence the filename and location is sent to the client, that takes it from there and uploads the file.

import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

Re: jFileUpload, Is it possible?

Post by import »

jFileUpload doesn't allow to upload file silently because it could be a security hole. For your purpose you would need a customized jFileUpload.

Post Reply