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 upload some csv file, I get the error SplFileObject::__construct():Filename cannot be empty in Lexer.php line 50.
when I echo $file->getClientOriginalName(), it give me the right name which is just "liste.csv".
In the headers sended, I do have
Content-Disposition: form-data; name="file"; filename="liste.csv"
Content-Type: application/vnd.ms-excel
Hi,
When I upload some csv file, I get the error SplFileObject::__construct():Filename cannot be empty in Lexer.php line 50.
when I echo $file->getClientOriginalName(), it give me the right name which is just "liste.csv".
In the headers sended, I do have
Content-Disposition: form-data; name="file"; filename="liste.csv"
Content-Type: application/vnd.ms-excel
here is my code
The text was updated successfully, but these errors were encountered: