gavinbaumanis
10/12/2022, 3:12 PMresult = fileUpload(savePath, "audioFile", "audio/wav,audio/x-wav,audio/vnd.wave", "MakeUnique");
I am getting the following error which I think is weird;
When the value of the attribute STRICT is TRUE, only MIME types are allowed in the attribute(s): ACCEPT.
Because I AM including ONLY mimetypes in the Accept attribute / arg and fileUpload() doesn't have a strict attribute/arg!
The payload has;
Content-Disposition: form-data; name="audioFile"; filename="question3.wav"
Content-Type: audio/wav
any ideas?? - because I am stumped! THANKS!zackster
10/12/2022, 3:23 PMgavinbaumanis
10/12/2022, 3:26 PMzackster
10/12/2022, 3:44 PMpothys-mitrahsoft
10/13/2022, 6:47 AMgavinbaumanis
10/13/2022, 9:15 AMzackster
10/13/2022, 10:47 AMzackster
10/13/2022, 11:53 AMgavinbaumanis
10/13/2022, 10:54 PM