| View previous topic :: View next topic |
| Author |
Message |
steve30000
Joined: 08 Nov 2006 Posts: 3
|
Posted: Jan 03, 2007 4:58 pm Post subject: Renamed file variable name in POST |
|
|
If a file already exists, and the file is renamed, is there a different variable name for the filename that is returned in the php POST parameter?
For example, my file name in my form is file1x. Whenever, I read the returned POST variable for file1x, it is always the original file name so it works fine when there is not an existing file. However, if there is an existing file, my followup page is reading the location of the original existing file and not the newly uploaded file.
I'm sure it is just something stupid that I am doing but I cannot seem to find the proper variable.
Thanks. |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: Jan 11, 2007 6:50 am Post subject: |
|
|
No such thing in FREE version, but implemented in PRO one.
Example of POST data from XUpload PRO 2.3:
| Code: |
file_0:05 - What's My Age Again2.mp3
file_0_original:05 - What's My Age Again.mp3
file_0_status:renamed
file_0_size:3565529
file_0_description:great song
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|