OK, I have a bizarre issue that I'm hoping someone will have some insight on.
I have a Dot Net Nuke 4.84 web site that allows users to upload files to the server via the RadUpload control on a RadWindow popup (Rad Controls for ASP.NET Ajax).
This process works just fine and the users can upload both .doc and .mp3 files using this approach.
The problem arises when I turn on Friendly URLs on the DNN web site (via Host Settings > Use Friendly Urls).
When I do so, users can still upload .doc files, but they can no longer upload .mp3 files. The RadUploadContext.Current.UploadedFiles.Count == 0 when trying to upload a file with the .mp3 extension.
I'm at a loss as to why this is occurring and how I can get the upload process to work for all files when Friendly URLs is turned on.
Is this a known issue using the RadUpload control for Dot Net Nuke. Any ideas what might be going on and how to fix it?
Thanks in advance,
Jason
I have a Dot Net Nuke 4.84 web site that allows users to upload files to the server via the RadUpload control on a RadWindow popup (Rad Controls for ASP.NET Ajax).
This process works just fine and the users can upload both .doc and .mp3 files using this approach.
The problem arises when I turn on Friendly URLs on the DNN web site (via Host Settings > Use Friendly Urls).
When I do so, users can still upload .doc files, but they can no longer upload .mp3 files. The RadUploadContext.Current.UploadedFiles.Count == 0 when trying to upload a file with the .mp3 extension.
I'm at a loss as to why this is occurring and how I can get the upload process to work for all files when Friendly URLs is turned on.
Is this a known issue using the RadUpload control for Dot Net Nuke. Any ideas what might be going on and how to fix it?
Thanks in advance,
Jason