Welcome Guest Search | Active Topics | Sign In | Register

Ajax Uploader Options
enewe
Posted: Friday, July 31, 2009 6:34:13 AM
Rank: Newbie
Groups: Member

Joined: 7/31/2009
Posts: 2
hi, i'm using a ajaxuploader control on my asp.net page. it was working untill after a notice appeared on my system try that requests the renewal of my licence but that i still had a 29day trial period. When i loaded up my page and clicked the 'Attach file' button, it displays an error message:

"EO.Web Control 'ct100__ContenPlaceholder1_AJAXUploader1' error message: Failed to initialize a transfer.Please verify whether folder specifiedby AJAXUploader's TempFileLocation exists and is writable by ASP.Net worker process.

original error message:

access to the path 'C:\inetpub\wwwroot\mysite\write\upload\eouploader.766b414d-bd8e-4bd7-97cc-1078e119e28e.status' is denied.(set ClientSideonError to handle this error)

You can turn off this message by setting EO.Web.Runtime.DebugLevel to 0(Not recommended for debug build)"

Thanks in anticipation of receiving a solution from you.
eo_support
Posted: Friday, July 31, 2009 9:16:50 AM
Rank: Administration
Groups: Administration

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

This has to do with your file system permission. Right click the folder, select properties --- security to allow your Web application write permission on that folder. You can also try to call File.Create to create a file in that folder in your code. If that fails, AJAXUploader will not work.

Thanks!
enewe
Posted: Friday, July 31, 2009 11:18:39 AM
Rank: Newbie
Groups: Member

Joined: 7/31/2009
Posts: 2
hi, i tried enabling the upload folder's permission to full control. the ajaxuploader now attaches the files. thanks. more greese to your elbows and thanks again.


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.