Closed (won't fix)
Project:
Drupal core
Version:
x.y.z
Component:
upload.module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
6 Sep 2004 at 13:24 UTC
Updated:
5 Aug 2005 at 01:42 UTC
Jump to comment: Most recent file
The screen radically changing when the use clicks upload is confusing. Many times a user may upload an attachment half way through typing a story (for example to upload an inline image) and adding the preview to the top of the screen would only confuse what they are doing.
This patch adds a new op called nodeapi which validates the node and then re-displays the form sans preview. This allows those modules who wish to add new methods not be forced to preview. Once the preview is displayed it will stay on the screen.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | uploadpreview2.patch | 1.49 KB | ccourtne |
| uploadpreview.patch | 1.15 KB | ccourtne |
Comments
Comment #1
ccourtne commentednew patch that fixes typo and fixes breadcrumb and title
Comment #2
killes@www.drop.org commentedStill applies. Not sure we like the implementation. Sessions might be better. Screenshots to illustrate the problem too.
Comment #3
Steven commentedNot many people seem to think this is a problem. IMO the best way to fix this is to use an ajax inline uploader, which does not disrupt the posting workflow.