Closed (works as designed)
Project:
ImageField
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2007 at 00:33 UTC
Updated:
18 Feb 2007 at 03:21 UTC
Whould be nice to have te ability to remove the upload button and get the image uploades when content is submitted.
Comments
Comment #1
quicksketchThe 'Upload' button is actually quite optional. If you skip pressing it and submit the node, the image is saved anyway. You could probably hide it via CSS or (more ambitiously) using hook_form_alter().
Comment #2
dopry commentedCSS and form_alter can be used to hide the buttons. They will be necessary for AJAX uploads.
Comment #3
diegogers commentedOk, thanks for the info, i'm gonna go the ambitious way, then after not achieving the goal, go with css :P
Thanks again