Originally posted by Zippy
View Post
Url uploads work fine with the app in IE7, but only urls to documents or web pages. Urls to multimedia content fail at the upload stage with a "file not found" error. A workaround for the multimedia content is to encase the mms path to the wmv file in the wvx file. It's a txt file with something similar to the following:
<asx version = "3.0">
<entry>
<ref href="mms://vod.test.com/vod/CMR/test_file.wmv"/>
</entry>
</asx>
and then saved as .wvx. This .wvx file then acts as a url file - I double-click it and the media opens as expected.
I have a slightly different problem with W2K/IE6, where even http urls fail to upload correctly - the error message received is "The above file name is invalid." Basically, it's this problem. As a workaround, I'd like to encapsulate the url similarly to the multimedia in a redirect file that still acts as a url - in other words, to be able to upload it as a different extension but still be able to double-click it and be taken to the server file or web location.
Leave a comment: