October 26, 200718 yr Newbies 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?
October 26, 200718 yr Assuming you are trying to upload files directly to your fm solution, Go take a look at the grab it plugin: www.fmwebschool.com
Create an account or sign in to comment