You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I attempt to upload a xls file the file is uploaded correctly (I have checked on S3 and it's there) but it returns with an empty ("") filetype whereas the other uploads (xlxs, pdf, jpg, etc) return with a filetype value.
I have tried adding custom code but it doesn't change the value of data:
I've added similar code as above to formData which results in the correct name: "content-type" being sent to S3 but an empty type is still returned in my s3_uploads_complete event. As a workaround (in my complete event) I use similar code as above to set the correct type in my hidden form value so the correct values are submitted with the form.
My workaround is working for me at the moment but it would be great if someone could shed some light as to where I might be going wrong.
The text was updated successfully, but these errors were encountered:
When I attempt to upload a xls file the file is uploaded correctly (I have checked on S3 and it's there) but it returns with an empty ("") filetype whereas the other uploads (xlxs, pdf, jpg, etc) return with a filetype value.
I have tried adding custom code but it doesn't change the value of
data
:I've added similar code as above to
formData
which results in the correctname: "content-type"
being sent to S3 but an empty type is still returned in mys3_uploads_complete
event. As a workaround (in my complete event) I use similar code as above to set the correct type in my hidden form value so the correct values are submitted with the form.My workaround is working for me at the moment but it would be great if someone could shed some light as to where I might be going wrong.
The text was updated successfully, but these errors were encountered: