Forums

This topic is locked

FileGenie

Posted 16 Nov 2004 20:27:19
1
has voted
16 Nov 2004 20:27:19 Bryan Wyka posted:
I just received FileGenie in hopes to resolve a lot of programming time. I am currently figuring out how this extension works. I have followed the basic tutorial but I keep on coming up with the same error.
Error Type:
Server.MapPath(), ASP 0173 (0x80004005)
An invalid character was specified in the Path parameter for the MapPath method.
/testing/ScriptLibrary/incFSClass.asp, line 168

I am at a loss. I have tried to make a virtual directory in the IIS with no success. So I have result back to the physical path. Below is the majority of the code that it is using...
<%
// *** Folder List 1.0.3
var Reports = CreateFolderList();
with (Reports) {
Path = "file:///E|/PDF Outputs/Monthly Reports"
allowedExtensions = ""
includeFolders = false
ShowThumbnailsOnly = false
ThumbnailsSuffix = "_small"
officeAttributes = false
ReadFolder()
}
%>

Replies

Replied 16 Nov 2004 20:46:32
16 Nov 2004 20:46:32 Bryan Wyka replied:
OK.. Some how I figured it out.. But now all it list is the folder that is contained within the specified folder. But there are 3 other zip files that are located in the specified folder that do not show up. Also, is there a way to create a drill down. An example, that I am sure most of the developer community wants to do is organize the files into their own folder. So the ability to go between individual folders to view various files is important.
Replied 16 Nov 2004 21:14:28
16 Nov 2004 21:14:28 Bryan Wyka replied:
Other question: In order to display an image do you have to have the graphic already. For example on pictures, there is an option to show thumbnail. It will then put a _small at the end of it. But when I pull the page up, it displays X for the images. I thought this made it dynamically and automatically. "Make web photo albums on the fly!" Am I missing something? The tutorials, although helpful with very basics, do not explain how this displays images. I have yet to get an image to display.
Replied 16 Nov 2004 21:57:36
16 Nov 2004 21:57:36 Bryan Wyka replied:
I moved this topic to the appropriate forum. Sorry for the noise here.

Reply to this topic