Rank: Newbie Groups: Member
Joined: 5/15/2008 Posts: 3
|
Hello, I'm trying to upload the file example.pdf to ~/eo_upload folder on my server with ajaxuploader control. I put this code on my page: <eo:AJAXUploader runat="server" id="AJAXUploader1" Width="400px" TempFileLocation="~/eo_upload" MaxDataSize="30000" > </eo:AJAXUploader>
When i press the upload button It say that the file example.pdf was uploaded. It shows me the checkbox near the file example.pdf and the delete button. But when i go to the eo_upload folder, I dont find the file example.pdf but:
eouploader.fcc6e5b6-ee79-4a65-bbe9-46d15630a757.1.data
I also tried to set the FinalFileLocation property, but it doesn't works.
Please, help me, thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, This is quite normal because you didn't "submit" your uploaded file yet. Please see here for details: http://doc.essentialobjects.com/library/1/ajaxuploader/ajaxuploader_behavior.aspxThanks!
|