I’ve Drupal Development subsequent kind.
$kind['imagen'] = array( '#title' => t('Picture'), '#sort' => 'managed_file', '#upload_validators' => array('file_validate_extensions' => array('jpeg jpg png gif')), '#upload_location' => 'public://', '#progress_indicator' => 'throbber', '#standing' => FILE_STATUS_PERMANENT, '#progress_message' => 'One second whereas we save your file...', );
That generates one thing like this:
What I would like is to offer Drupal Development consumer Drupal Development choice to see Drupal Development picture that he has add, and resize Drupal Development picture. Drupal Development Company performance that I would like, is Drupal Development similar that Drupal Development ImageField_crop module offers.
I am completely misplaced. I do not know how one can add this performance to Drupal Development kind. It’s very crucial for Drupal Development undertaking to insert this type in a customized module, as a result of I’ve a multistep kind.
Does anyone understand how to do that??
Thanks very a lot.