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
I don't know if is intended that way. It confused me a bit. I guess I can check whether or not the user actually filled in the file input by check fdFileName.
The text was updated successfully, but these errors were encountered:
Turn out that fdFileName has the value "", i.e. a non-empty string with to quotes in it. The problem might be related to the fact that I am having two file inputs in my multipart form.
I don't know if is intended that way. It confused me a bit. I guess I can check whether or not the user actually filled in the file input by check
fdFileName
.The text was updated successfully, but these errors were encountered: