This question is locked. New answers and comments are not allowed.
I am using your uploader component
but i have come accross a difficult issue
the xaml is like so
take note of the uploadserviceurl
<
telerik:RadWindow
x:Class
=
"Proto.FileUploader"
xmlns:telerik
=
"http://schemas.telerik.com/2008/xaml/presentation"
mc:Ignorable
=
"d"
xmlns:navigation
=
"clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Navigation"
d:DesignWidth
=
"640"
d:DesignHeight
=
"480"
WindowStartupLocation
=
"CenterOwner"
>
<
Grid
x:Name
=
"LayoutRoot"
>
<
telerik:RadUpload
x:Name
=
"RUWFile"
Filter
=
"Excel Workbook (*.xls;*.xlsx)|*.xls;*.xlsx"
FilterIndex
=
"0"
IsAutomaticUpload
=
"False"
OverwriteExistingFiles
=
"True"
UploadServiceUrl
=
"/RUFileHandler.ashx"
TargetFolder
=
"RUStaging"
HorizontalAlignment
=
"Stretch"
MaxHeight
=
"2000"
VerticalAlignment
=
"Stretch"
IsMultiselect
=
"True"
IsDeleteEnabled
=
"False"
IsAppendFilesEnabled
=
"True"
Grid.RowSpan
=
"2"
/>
</
Grid
>
</
telerik:RadWindow
>
if i browse to my site using
http://www2.inovisiondb.com/Proto1
the uploader works
if i browse to my site using
http://www2.inovisiondb.com/proto1
the uploader fails trying to find the upload handler
The physical path to the handler is indeeed "Proto1"
any help would be appreciated
Please find attached some snapshots to give some context.
thanks
dco