Newbies riff Posted October 26, 2007 Newbies Posted October 26, 2007 I have developed an Inner Office Memo System with FMP v8 Server Advanced. The solution’s FMP back-end DB is on the server and the front-end GUI is served up by the Custom Web Publisher (CWP) in XML/XSLT technologies. I’m trying to implement a better file attachment functionality to my Custom Web Published front-end. I am currently using an ASP/FTP solution that provides end-users access to file attachments from a particular Memo. I’m not thrilled with using the FTP protocol to access file attachments but, perhaps ASPUPLOAD can give me a better way to deal with attachment handling. Another problem with my file attachment solution is that there’s no way to tell if there is any existing file attachments for a particular memo unless the user clicks the link in the memo that initiates an ASP script. I have a VB Script that can traverse the windows file system of attachments on the server and output the directory structure in XML. I can access that directory structure (XML document) from the XSLT document() function, find a match, and render any existing file attachment information with text or icons. The problem is trying to find a way to run the VB Script remotely from the CWP front-end. Is there any way to accomplish that?
Genx Posted October 26, 2007 Posted October 26, 2007 Assuming you are trying to upload files directly to your fm solution, Go take a look at the grab it plugin: www.fmwebschool.com
Newbies riff Posted November 19, 2007 Author Newbies Posted November 19, 2007 I have a solution if anyone wants it.
Recommended Posts
This topic is 6215 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now