XUpload - Will XUpload Pro Work?

Message
Author
STevenH
Posts: 2
Joined: Jul 05, 2007 9:54 pm

Will XUpload Pro Work?

#1 Postby STevenH » Jul 05, 2007 10:00 pm

Hi There,

I'm developing a new ColdFusion App which involves file upload, and I wanted to check whether XUpload Pro will do what I need before I purchase.

Let me explain the situation:

I am letting users upload files to a server using a form driven interface. As well as the file select on the form, there are various other fields that I need to populate a database with.

Is it possible to integrate XUpload Pro in the form, get it to show the upload indicator, and populate the database just by submitting the one form?

I have seen a solution whereby you select the file and start the upload, and then press the form submit button once the upload has completed. This is an option only if the form submission button can be disabled until the upload is completed, and the single form submission would be the preferred option.

Any help would be greatly appreciated.

Thanks

Steve

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Jul 06, 2007 5:21 am

XUpload send POST request to your script after upload complete with files details and all form fields, so you can populate database in your own script after upload.

STevenH
Posts: 2
Joined: Jul 05, 2007 9:54 pm

#3 Postby STevenH » Jul 06, 2007 8:22 am

Thanks, I'll give it a go and post here if I have any problems.

Steve