Hey everybody,

I got a problem with the formtype 'manage_file'.
After a day or two the images witch I uploaded just disapear.

Any ideas?

$form['file'] = array(
    '#title' => t('Achievment Image'),
    '#type' => 'managed_file',
    '#upload_validators' => array('file_validate_extensions' => array('jpeg jpg png gif'), 'assets_validate_not_filename' => array('test.')),
    '#upload_location' => 'public://achievements/',
    '#progress_indicator' => 'throbber',
    '#status' => FILE_STATUS_PERMANENT,
    '#progress_message' => 'One moment while we save your file...',
    );

Thanks in advance.

PS: Correct me if my English is bad ;)

Comments

Refer this link to more about

Refer this link to more about this http://drupal.org/node/1090198

Thank you
sibiraj.P.R

Thanks ;)

Thanks ;)

Until the server crashes you're doing it quite right

nobody click here