Rank: Newbie Groups: Member
Joined: 9/18/2007 Posts: 0
|
Dd I miss something the file uploader creates the file but different name and extension. Is there a another part that does a rename or do you have to use the info file and create one. Also do you have code to down load.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Brian,
The uploader always upload to a "temporary file directory". After that you will need to handle FileUploaded event to move the files to your desired location, usually you would also rename the file during this step. You can get all the posted files via PostedFiles property and the origina file name via ClientFileName property.
Our installer includes the complete source for the demo project. You can just go to Start -> EO.Web Controls 2007.1 -> Live Demo -> Live Demo Source to load it.
Thanks
|