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

Unable to save uploaded files in a Target Folder on a shared UNC path in a server different than Web Server hosting Telerik

1 Answer 138 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Neeraj
Top achievements
Rank 1
Neeraj asked on 01 Mar 2012, 10:02 PM

Following are the two issues with Telerik RadAsyncUpload Control on a sharepoint 2007 project which are keeping us from making progress on a Form:


1.
      
Telerik Control giving an exception when we provide UNC Path for a TargetLocation property of Telerik RadAsyncUpload Control on a shared UNC path on a server different than the Web Server on which Telerik and the form is hosted. The form uses Telerik to upload the attachments temporararily to a ASP.Net temporary folder on Same Web Server hosting the Form and Telerik RadAsyncUpload Control BUT on clicking the submit button, we want to save  attachments to a permament location on a shared UNC path via the Targetlocation property of Telerik Control and this is giving the  following error: Image attached
Logon Failure: unknown user name or bad password

2.       Also, we have one issue occuring when we browse the form which hosts the telerik RadAsyncUpload control on Firefox. The progress area is stuck forever when we upload files which are not valid.  Image attached

 

1 Answer, 1 is accepted

Sort by
0
Kalina
Telerik team
answered on 02 Mar 2012, 12:01 PM
Hello,

1. Regarding the first issue - it seems that you do not have the proper rights to upload files on the desired location. Please replace the RadAsyncUpload with the ASP.NET FileUpload control and try uploading files - I believe that this will help you find out where is the cause for the issue.

2. We tried to reproduce the second issue but unfortunately without success.
Could you please provide us more details about your implementation and a sample code to illustrate it?

3. You can increase the spacing between the file name that has been uploaded and the remove button by overriding this css style:
.RadUpload_SkinName .ruInputs .ruRemove {
margin-left: 20px;
}
  
// For example if you use Office2007 the style override should be:
.RadUpload_Office2007 .ruInputs .ruRemove {
margin-left: 20px;
}

Regards,
Kalina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
AsyncUpload
Asked by
Neeraj
Top achievements
Rank 1
Answers by
Kalina
Telerik team
Share this question
or