This is a migrated thread and some comments may be shown as answers.

upload is not completing

6 Answers 133 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
sathish venkat
Top achievements
Rank 2
sathish venkat asked on 29 Jul 2010, 01:31 PM
hi telerik,

      i am using asyncUpload control to upload images
after selected my image ,the above progress is rotating continuously i am not able to find what happening in behind
the on file uploaded event also not fiering

<

 

telerik:RadAsyncUpload runat="server"  ID="RadAsyncUpload1" OnFileUploaded="RadAsyncUpload1_FileUploaded">

 

 

</telerik:RadAsyncUpload>

  

 

6 Answers, 1 is accepted

Sort by
0
Lenny_shp
Top achievements
Rank 2
answered on 29 Jul 2010, 02:23 PM
That happens when the user does not have write permission to \[your app directory]\App_Data\RadUploadTemp folder.

To experiment give Everyone NTFS write access on the above folder.

0
BalaVikram
Top achievements
Rank 2
answered on 29 Jul 2010, 03:21 PM
But this cannot be done on a hosting server correct ???
0
T. Tsonev
Telerik team
answered on 04 Aug 2010, 02:49 PM
Hi Bala,

Thank you, Leonid - that's a valid troubleshooting approach.

The IIS worker process usually has permissions to write to App_Data. That's why we've chosen it to keep the temporary files there in the first place.

You should check if the RadAsyncUpload handler is registered correctly by accessing
http://<application root>/Telerik.Web.UI.WebResource.axd

This request should return an empty page and no error.

Another suggestion is to disable Flash in the browser (for example by using IEs Safe Mode or by using the Tools/Add-ons/Plugins dialog in FF) and retry the upload. You should be then able to inspect the actual upload request using Fiddler or Firebug.

The Flash module doesn't provide full information about failed requests and this is something that we're looking forward to improve.

Sincerely yours,
Tsvetomir Tsonev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
BalaVikram
Top achievements
Rank 2
answered on 04 Aug 2010, 05:00 PM
Thanks for the help. But the issue was the DLL. Telerik has given a new DLL. The latest build DLL helped us upload. one more issue was we had to set the Temp folder path and the target folder in PREINIT
0
Maria
Top achievements
Rank 1
answered on 04 Oct 2010, 10:05 PM
I am also having this problem and have not been able to solve it. I checked the Telerik.Web.UI.WebResource.axd and seems to be working correctly. I checked permissions and seem correct too. Any other ideas?
0
Genady Sergeev
Telerik team
answered on 06 Oct 2010, 03:23 PM
Hi Maria,

Which version of the controls do you use? I suggest that you open a support ticket and explain the nature of the problem that you experience there. Also, a sample project that demonstrates the problem will be of great use. Thank you.


All the best,
Genady Sergeev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
AsyncUpload
Asked by
sathish venkat
Top achievements
Rank 2
Answers by
Lenny_shp
Top achievements
Rank 2
BalaVikram
Top achievements
Rank 2
T. Tsonev
Telerik team
Maria
Top achievements
Rank 1
Genady Sergeev
Telerik team
Share this question
or