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?
XUpload - Getting the Uploaded Filename
Re: Getting the Uploaded Filename
Hello,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?
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.