Welcome Guest Search | Active Topics | Sign In | Register

AJAXuploader questions Options
JelloWasabi
Posted: Wednesday, July 9, 2008 6:33:34 PM
Rank: Member
Groups: Member

Joined: 7/5/2008
Posts: 12
Hello,

I am not successfully getting my file to upload. I have the uploader set to autopostback. It is my understanding that the uploader writes to a temp file and the once it fires it's postback it writes the file to the specified location.

Also, the progress bar is filling as it should. It stays blank. here's the code.

Also, on the MaxDataSize property. I have the value set to 100 but it won't allow a file of even 1Kb to upload.

The uploader is hidden in a div until it is needed. I have a eo.scriptmanager on the page though. Could this be a problem?

protected void SomeMethod()
{
addUploader.TempFileLocation = "C:\\inetpub\\websites\\temp";
addUploader.FinalFileLocation = "C:\\inetpub\\websites\\folderDestination";

addUploader.TempFileLocation = "C:\\inetpub\\websites\\temp";
addUploader.FinalFileLocation = "C:\\inetpub\\websites\\folderDestination";
}

<eo:AJAXUploader ID="addUploader" runat="server" Width="250px" AutoPostBack="true">
</eo:AJAXUploader>
eo_support
Posted: Wednesday, July 9, 2008 6:48:02 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,193
Hi,

Hi EO.ScriptManager should not be a problem. When you say "not successfully getting file to upload", what exactly do you mean, do you mean nothing happens after you click upload button?

The TempFileLocation and FinalFileLocation are usually set at design time, but setting them at runtime should be fine as well. You may want to compare your page with a simple page with nothing else and see if you can spot the triggering point, if not, please post the page and we will see if we can find anything. We can also set up a web meeting to investigate on your machine if you would like.

Thanks
JelloWasabi
Posted: Thursday, July 10, 2008 11:20:07 AM
Rank: Member
Groups: Member

Joined: 7/5/2008
Posts: 12
If we could setup a webmeeting that would be wonderful. How do we set that up?
eo_support
Posted: Thursday, July 10, 2008 12:51:28 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,193
Hi,

We have setup a meeting for you. Please see your private message for the meeting link.

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.