Modify ↓
Opened 13 years ago
Last modified 13 years ago
#8885 new enhancement
Upload and embed images in editor mode
Reported by: | Itamar Oren | Owned by: | Itamar Oren |
---|---|---|---|
Priority: | normal | Component: | CkEditorPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
- Attach image to wiki /ticket from within the "Insert image" dialog.
- How to handle uploads before image / ticket is created?
- Maybe allow uploading into repository instead of attach to resource...
- Permission-awareness
- Drag & drop support
- Copy-paste support
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Replying to itamarost:
maybe the image could be stored temporarily in the session context of the web container, like this could be done by the Java interface HttpSessionBindingListener.
Maybe there is a similar technique in Python