Zope FTP/Browse utility
Hi, I am building an app that will allow the user to ftp an image to the web server to display through a web page. I looked at addImage but I wish to avoid adding images to the data.fs file. I would like to have them place the image within an "image" folder on the server. I have seen this utility out on the Internet, I was wondering if there is a Zope equivalent. Thanks. Larry McDonnell Proton Energy Systems 10 Technology Drive Wallingford, CT 06492 (203) 678-2181 Email:lmcdonnell@protonenergy.com www.protonenergy.com
McDonnell, Larry wrote:
I am building an app that will allow the user to ftp an image to the web server to display through a web page. I looked at addImage but I wish to avoid adding images to the data.fs file. I would like to have them place the image within an "image" folder on the server. I have seen this utility out on the Internet, I was wondering if there is a Zope equivalent. Thanks.
AdaptableStorage / ExternalFile / LocalFS ...all strign to mind. cheers, Chris
participants (2)
-
Chris Withers -
McDonnell, Larry