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.
|
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!
|
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.
|