ASP Upload Image Hangs (yes, I've scoured the forums)
ConfigFileTypesPath.Add "Image", ConfigUserFilesPath & "image/"
ConfigFileTypesAbsolutePath.Add "Image", ""
ConfigQuickUploadPath.Add "Image", ConfigUserFilesPath
ConfigQuickUploadAbsolutePath.Add "Image", ""
ConfigFileTypesPath.Add "Image", ConfigUserFilesPath & "image/"
ConfigFileTypesAbsolutePath.Add "Image", ConfigUserFilesPath & "image/"
ConfigQuickUploadPath.Add "Image", ConfigUserFilesPath & "image/"
ConfigQuickUploadAbsolutePath.Add "Image", ConfigUserFilesPath & "image/"
<!-- #INCLUDE virtual="/fckeditor/fckeditor.asp" -->
<html>
<head>
<title>FCKeditor - Sample</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<form action="sampleposteddata.asp" method="post" target="_blank" ID="Form1">
<%
Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.BasePath = "/fckeditor/"
oFCKeditor.Value = "<p>This is some <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>."
oFCKeditor.Create "FCKeditor1"
%>
<br />
<input type="submit" value="Submit" ID="Submit1" NAME="Submit1"/>
</form>
</body>
</html>
Re: ASP Upload Image Hangs (yes, I've scoured the forums)
I didn't realize there was also a setting in fckconfig.js that needed to change to "asp"
It was defaulted to php. YEEEE HAW!!
I believe this has resolved all of my issues and I can now definitely use it for my website, so I'm going to go donate now- GREAT TOOL!
If there is a large response on this, I will try to find time to create an FAQ on using image browser for asp.