Whould be nice to have te ability to remove the upload button and get the image uploades when content is submitted.

Comments

quicksketch’s picture

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().

dopry’s picture

Status: Active » Closed (works as designed)

CSS and form_alter can be used to hide the buttons. They will be necessary for AJAX uploads.

diegogers’s picture

Ok, thanks for the info, i'm gonna go the ambitious way, then after not achieving the goal, go with css :P

Thanks again