Issue 136 in open-forum: Upload Applet not working

0 views
Skip to first unread message

codesite...@google.com

unread,
Jul 14, 2010, 6:55:39 AM7/14/10
to openfor...@googlegroups.com
Status: Accepted
Owner: nicholas.e.m.cross

New issue 136 by nicholas.e.m.cross: Upload Applet not working
http://code.google.com/p/open-forum/issues/detail?id=136

What steps will reproduce the problem?
1. Try to upload file to page using drag and drop applet

What is the expected output?

File uploaded as attachment to page

What do you see instead?

Upload fails silently

codesite...@google.com

unread,
Jul 14, 2010, 7:03:12 AM7/14/10
to openfor...@googlegroups.com

Comment #1 on issue 136 by nicholas.e.m.cross: Upload Applet not working
http://code.google.com/p/open-forum/issues/detail?id=136

Issue is due to the applet trying to use PUT http method which is no logner
supported by default. Each page would require an implementation of put.sjs
to attach file.

Requires the applet to use post method as default to Action Uplaod
attachment.

Put should still be available as an option for cases where a file must be
uploaded to a particular place / name or processed on upload.

Reply all
Reply to author
Forward
0 new messages