In the user_import_add_form I think the description for max file size is broken. It currently says:

    if (function_exists('file_upload_max_size')) $file_size = t('Maximum file size: !size MB.', array('!size' => file_upload_max_size()));

However, file_upload_max_size() returns the size in bytes, not MB. So this will return the max file size as 1 million times to big :). I've attached a patch for it.

CommentFileSizeAuthor
max_file_size.patch667 byteshadsie

Comments

robert castelo’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.