Welcome Guest Search | Active Topics | Sign In | Register

uploader Options
Brian
Posted: Tuesday, September 18, 2007 1:46:24 PM
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.
Code: Visual Basic.NET
eo_support
Posted: Tuesday, September 18, 2007 1:54:04 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,089
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


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.