|
Rank: Member Groups: Member
Joined: 8/25/2009 Posts: 10
|
Hi All,
I have implemented the Ajaxuploader in my project. It looks fine but I cannot find my uploaded images. What am I doing wrong. I do not get any error msg
Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, Check whether you have set the uploader's FinalFileLocation or handled the uploaders' FileUploaded event. You have to do at least one. See this page for more details: http://doc.essentialobjects.com/library/1/ajaxuploader/ajaxuploader_behavior.aspxThanks!
|
|
Rank: Member Groups: Member
Joined: 8/25/2009 Posts: 10
|
Hi,
This is my code:
<eo:AJAXUploader ID="AJAXUploader1" runat="server" Width="250px" TempFileLocation="~/temp" FinalFileLocation="~/imgFoto">
I cannot find the uploaded files in both of my folders. I have read documentation about this, what else to try?
Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Your code is correct. I would suggest you to try the same code in a blank project and see if it works. That should tell you whether it has anything to do with your project. We can then go from there.
Thanks!
|
|