[Zope] Image uploading.
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Sat, 28 Apr 2001 23:40:54 +0200 (CEST)
    
    
  
Chris Pedrotti writes:
 > Probably a simple solution to this.  I have a site where the users should
 > be able to upload an image via a standard html form, and then on submit
 > have it show the image that was just submitted.  I can't use the name from
 > the input tag though because it contains the ZPublisher file upload
 > info.  Any help is appreciated.  Cheers.
I am not sure that I understand your need.
But ZPublisher FileUpload instances have a "filename" attribute.
Maybe, that is what you look for?
Dieter