and got the following errors from attachment_fu (file upload plugin)
There were problems with the following fields:
* Content type can't be blank
* Size is not included in the list
* Size can't be blank
* Filename can't be blank
Here's my view which works fine on the upload (unlike cURL):
<%= error_messages_for :raw_data_file %>
and got the following errors from attachment_fu (file upload plugin)
There were problems with the following fields:
* Content type can't be blank
* Size is not included in the list
* Size can't be blank
* Filename can't be blank
Here's my view which works fine on the upload (unlike cURL):
<%= error_messages_for :raw_data_file %>