Sign in | Join
Last post 07-05-2007 7:36 PM by rfurdzik. 4 replies.
Sort Posts: Oldest to newest Newest to oldest
Is there any way to use a fully qualified path (ie - c:\inetpub\pix) instead of a relative path?
Where?
Could you provide some more details?
when loading slides such as:
s(0) =
is there a way to use full path for the first parameter instead of relative path.
Hi,
Basically, you can get the physical path via Request.PhysicalApplicationPath, and then combine it with images/camera1.jpg to get the path of the image file.
But, this path usually invalid on the machine that browsing the page.
Hi guys, I think the full path does not work, did you get it to work? Seems like whatever pathe you enter to Slide object will add that to the source URL. There may be a way to change that base path. Please follow with this thread: http://forums.asp.net/t/1083830.aspx. One of the Ajax developers will be looking into this...