XUpload - Getting the Uploaded Filename

Message
Author
tubbly
Posts: 18
Joined: Sep 06, 2006 10:59 pm

Getting the Uploaded Filename

#1 Postby tubbly » Sep 06, 2006 11:07 pm

I'm currently using XUpload Free to evaluate it before buying Pro (it it does what I need).

It seems to be working OK but after uploading a file I need to know the name of it for the next part of my php script.

Is there any way of finding that out in XUpload Free or indeed in XUpload Pro?

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

Re: Getting the Uploaded Filename

#2 Postby admin » Sep 07, 2006 5:45 am

tubbly wrote:I'm currently using XUpload Free to evaluate it before buying Pro (it it does what I need).

It seems to be working OK but after uploading a file I need to know the name of it for the next part of my php script.

Is there any way of finding that out in XUpload Free or indeed in XUpload Pro?
Hello,

Pro version have url_post parameter in config. It's URL of script, where all data (file name, size, path, original name if renamed, etc) will be posted (using POST query) when all files will be uploaded.