How to access uploaded files

Hello,

I use the WebFileUploader to upload files on my VPS. So the files are saved under …cgi-bin/UploadedFiles. So how to access the files (pictures etc.). The access of folders in cgi-bin is denied.

Tried .htaccess etc. Apache is correct configured.

Is it possible to upload files in an other directory, out of cgi-bin?

Thanks

With WebFileUpoader, you save the files where you want using the UploadComplete event handler. If you are saving them in cgi-bin, then you must have had write access to it. Regardless, you can simply choose to save your files in any other location for which you have write access.