Whould be nice to have te ability to remove the upload button and get the image uploades when content is submitted.
The '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().
CSS and form_alter can be used to hide the buttons. They will be necessary for AJAX uploads.
Ok, thanks for the info, i'm gonna go the ambitious way, then after not achieving the goal, go with css :P
Thanks again
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