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

Upload Problem

1 Answer 61 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Anto (DLL Version : 2008.3.1314.35)
Top achievements
Rank 2
Anto (DLL Version : 2008.3.1314.35) asked on 19 Mar 2009, 05:23 AM
Hi all

I am just looking the samples.

When I testing the UploadTargetFolder

I got a error

'D:/TELERIK Sample/UploadTargetFolder/Uploaded' is not a valid virtual path.

What should i do to rectify this problem.

My path is 

 

TargetFolder

="D:/TELERIK Sample/UploadTargetFolder/Uploaded"

Please could anybody help me.

Thank You

-Anto

 

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 19 Mar 2009, 08:59 AM
Hi Anto,

Consider setting the target folder like this:

"~/Uploaded"

The virtual path is relative to the directory where your projects exists. "~/" forces VisualStudio to look for a folder named Uploaded inside the main folder of your website.

Kind regards,
Genady Sergeev
the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Upload (Obsolete)
Asked by
Anto (DLL Version : 2008.3.1314.35)
Top achievements
Rank 2
Answers by
Genady Sergeev
Telerik team
Share this question
or