Issue 701212
Created on 2003-03-10 22:58 by rouilj, last changed 2003-03-28 00:16 by richard.
msg714 |
Author: [hidden] (rouilj) |
Date: 2003-03-10 22:58 |
|
On Mon, 10 Mar 2003 02:48 pm, John P. Rouillard wrote:
> At
the top of the file.item page is a content box with a
> browse
button. If you select a file and click on the
> submit changes
button, you get the following crash:
>
>
> KeyError:
"file" has no property named "content"
Python 2.2.2
>
/usr/bin/python2.2 ...
|
msg715 |
Author: [hidden] (richard) |
Date: 2003-03-19 03:14 |
|
Logged In: YES
user_id=6405
After discussion, I believe the solution to this problem is
to remove the file upload from the form, but also to make it
work if someone really wants to have it.
|
msg716 |
Author: [hidden] (richard) |
Date: 2003-03-28 00:16 |
|
Logged In: YES
user_id=6405
I've had more time to think about this, and decided that file
content should not be updatable. I've removed the upload field
from the file.item form.
|
|
Date |
User |
Action |
Args |
2003-03-10 22:58:26 | rouilj | create | |
|