Hello
I have designed a basic file upload form with Accept MIME Type property value as - application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,text/csv
While the form allows user to upload .xlsx files, its unable to upload a csv form and gives error to user.
I did search for the csv MIME type and all I got was "text/csv" only. Not sure why it isn't working.
Any help on what am I missing here.