im using asp.net
i wonder if it is possible to change the imageupload directory and imagebrowse directory for each user that is loged in to my admin some how?
like is there a way to do this in the codebehind and not the .js file
thx in advance
i wonder if it is possible to change the imageupload directory and imagebrowse directory for each user that is loged in to my admin some how?
like is there a way to do this in the codebehind and not the .js file
thx in advance
Re: asp.net - is it possible to change the imageupload directory
this code creates a folder for each user loged in, they all have a guid id that i save in the session.
thought i would drop this for any other fckuser that might wonder how to do this.
just look for the UserFilesPath in the SetConfig() method