Hi Cem
I have also posted this onto the thread a little earlier about doing the same but have had no joy.
I would LOVE to do this but i'm also a bit stuck. I tried default.asp?folder=foldername but it didn't work. i tried changing all the request.form to request.querystring and still no joy. I even tried changing the const wexroot to a variable and doing that way but that kills the file uploader!!!
Please help!!
Chris Pratt
2/25/2004 6:01 AM
Chris,
I have received too many requests about dynamic root folder issue so I am thinking on implementing this feature soon.
Cem Alacayir
4/28/2004 9:43 PM
I also need to be able to link directly to a specific folder, if anyone's figured out how to do it, please just point me in the right direction, thanks!
eric
5/4/2004 2:53 PM
You cna do it, But it takes some code editing. You need to add " request("folder") " to the WexPathRoot variable (I think thats the variable) so that you can use the dynamic path. There is also some limitations to this, and soem security risks. You could write a second function that you set the LIMIT as to how far you want the user to be able to go down and call it everytime there variable is changed.
Travis Howle
6/10/2004 5:24 PM