Mercurial > libervia-web
diff browser_side/radiocol.py @ 151:a159cc29b556
server side: file upload is now more generic:
- RadioCol upload is managed by a specialized class
- A new Avatar upload specialized class is used to set avatar
browser side: radiocol.py has been updated to follow upload change
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 28 Dec 2012 01:05:22 +0100 |
parents | ddfcc4cb6cee |
children | 9763dec220ed |
line wrap: on
line diff
--- a/browser_side/radiocol.py Mon Dec 10 20:10:33 2012 +0100 +++ b/browser_side/radiocol.py Fri Dec 28 01:05:22 2012 +0100 @@ -82,7 +82,7 @@ self._timer = Timer(notify=self._timeCb) self.setEncoding(FormPanel.ENCODING_MULTIPART) self.setMethod(FormPanel.METHOD_POST) - self.setAction("upload") # set this as appropriate + self.setAction("upload_radiocol") vPanel = VerticalPanel() hPanel = HorizontalPanel()