PiRSquared17 / open-forum

Automatically exported from code.google.com/p/open-forum
0 stars 0 forks source link

File upload avaialble on Edit page #98

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a page for editing
2. Upload a file

What is the expected output?

If the page is new, then no upload option should be available
It the page exists, then the file should be uploaded and the attachments
list updated without effecting any contents being edited (probably an ajax
call)

What do you see instead?

If the page is new, an exception is thrown:

java.io.FileNotFoundException: <path to file> (The system cannot find the
path specified)

If the page exists, the attachment is uploaded, but any edit changes are lost.

Original issue reported on code.google.com by nicholas...@gmail.com on 6 Jun 2008 at 8:39