Filesize too big for audio?

Hey,
is there a wayaround to upload larger files via files field? this is the error I get with files larger then 16mb.

Thank you!

There are several settings that you can try to adjust in your php.ini

  • upload_max_filesize – The maximum allowed upload file size.
  • post_max_size – The maximum allowed POST data size.
  • max_input_time – Maximum allowed input time.
  • max_execution_time – Maximum allowed time the scripts are allowed to run.

Note that your hosting provider may have limits implemented.

You can check your current values for these settings with phpinfo().

Okay, Turns out, that with my Webspace I don´t have the posibility to change that. But thanks!