Unable to upload newly created image
Status: Beta
                
                Brought to you by:
                
                    riaan
                    
                
            I'm using the Zope integration to a remote server.
I add an image (creating "Image1") and then rename it.
Then I select the image, left-click and select "upload".  I 
navigate through my directories, choose the file and 
press OK and receive an error message.  The log file is 
attached.
Win XP Profesional
Error log file
Logged In: YES
user_id=438
Oops, the code was using the standard file dialog, but should
have been using Boa's file dialog.
Just add this line to as line 615:
from FileDlg import wxFileDialog
Fixed in my version and will be available in 0.2.7 CVS.
Thanks,
Riaan.