• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

A url that's not a url

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    A url that's not a url

    I need to be able to create a url that is not a url. Basically, a redirect but not in .url or .lnk format.

    For urls to mms/wmv files I can use a .wvx file as a media redirector. Anyone know of anything similar for regular http destinations?

    #2
    Originally posted by meridian View Post
    I need to be able to create a url that is not a url. Basically, a redirect but not in .url or .lnk format.

    For urls to mms/wmv files I can use a .wvx file as a media redirector. Anyone know of anything similar for regular http destinations?
    Not that I know of. http is the scheme - which is part of the definition of a url. I don't thnk I know what you are getting at really, so could you elaborate further?
    +50 Xeno Geek Points
    Come back Toolpusher, scotspine, Voodooflux. Pogle
    As for the rest of you - DILLIGAF

    Purveyor of fine quality smut since 2005

    CUK Olympic University Challenge Champions 2010/2012

    Comment


      #3
      Originally posted by Zippy View Post
      Not that I know of. http is the scheme - which is part of the definition of a url. I don't thnk I know what you are getting at really, so could you elaborate further?
      Sure. I have a web app file upload system, to which I would like to upload both files and links to other files that already exist on the server and web.

      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.

      Comment

      Working...
      X