Will not work on Server.
<telerikInput:RadUpload
x:Name="radUpload"
Filter="All Files (*.*)|*.*"
FilterIndex="0"
IsPauseEnabled="False"
IsAutomaticUpload="False"
OverwriteExistingFiles="True"
TargetFolder="UploadFiles"
UploadServiceUrl="../RadUploadHandler.ashx"/>
Hello, this is almost certainly a case of some obscure setting somewhere that everyone assumes is so obvious that it could not possibly be worth mentioning. Unfortunately, I don't know what it is.
The above code is the ONLY code I entered into a standard Silverlight project, apart from the dlls, ashx etc needed for RadUpload to work. Everything used is Version 2009.1.413.35. There is asolutely nothing of any interest anywhere else - honestly !
Everything works perfectly on my development machine, but not from my server. That is not stricly true as it works fine with extremely small files of 1k or 2k. Anything large and nothing happens ( no orange bar, nothing ! )
Please could someone please tell me what needs to be done. Perhaps I need to set some permissions somewhere.
Many thanks in anticipation.
Pete
