I am unable to get the security settings to work for automatically updating the inc_config.asp. So, I have resigned myself to editing it by hand. Is there a document which describes the available options for each of the keywords? The one I need in particular is how to specify using a different upload component. I have one on my host but am unable to select it using Prefs.asp because it tries to save the file.
I AM able to use the explorer to upload files to another folder on the site. For some strange reason, I can't get it write to inc_config despite repeated attempts at changing priviledges to allow anonymous writes.
Tom Digate
2/1/2004 1:37 PM
Hi Tom,
The upload component plugin is specified in inc_upload.asp file. For example, you can choose the plugin for AspUpload like this:
<!-- #include file="uploaders/aspupload.asp" -->
For other available plugins, take a look at "uploaders" folder.
Regarding the permission issue, are you sure that you are changing the permissions of the files inc_config.asp and inc_uploader.asp ? If you can upload, this shows that write permission is available for your access/target folder but not the WebExplorer Pro installation folder necessarily.
Cem Alacayir
2/2/2004 8:31 AM