i'm using ASP. I want to get file name and url once user upload something.
I tried to put
at "ckfinder\core\connector\asp\CommandHandler\FileUpload.asp", line 191. I can get the file name, however failed to get url path for original image and thumbnail (not sFilePath).
The question is, where i can put insert to database command and what is the name of variables?
I tried to put
Session("FileName") = sFileName
at "ckfinder\core\connector\asp\CommandHandler\FileUpload.asp", line 191. I can get the file name, however failed to get url path for original image and thumbnail (not sFilePath).
The question is, where i can put insert to database command and what is the name of variables?
Re: Get URL and File Name Once Uploaded
In any case, you can get the folder url by calling currentFolder.getUrl() (and then append the file name)