josh on wrote:
> Hi,
> 
> I want to export images from a shockwave file and have them stored on my
> computer and accessable by zope.
> 
> Can I just have the shockwave movie save files to say:
> 
> www.myzopeserver.com/savefileshere
> 
> where that folder has its permissions set such that anonymous can post a
> file there?

Its not quite clear to me what you want to do...
Which application/OS do you want to save it with?
what _exactly_ do you want?

- http multipart file upload? -> make yourself a file upload form (see zope
doc on how to do this)

- ftp ? direct your ftp-client to port 8021 of you zope machine

- http/webdav -> direct your webdav-client to port 8080 of your machine (if
you're using zserver, port 80 if apache)

- filesystem (samba) ? -> install product LocalFS and scan its
documentation. it lets you use files in the server's filesystem from zope.

> 
> or is it more complicated than that?
it quite seems so   ;-)

hope this helps,
Heiko


-- 
[EMAIL PROTECTED]
                                                        innominate AG
                                                     networkingpeople
fon: +49.30.308806-0 fax: -77               web: http://innominate.de

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to