-
Notifications
You must be signed in to change notification settings - Fork 726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot Use field with file type #725
Comments
Do you use last release of ng-admin, the |
@jeromemacias yes correct, I used the 0.8 version. Thanks for your response. |
@jeromemacias hi!
|
Until we code a solution for the Image and Upload fields, here is a workaround: #541 (comment) |
I tried to use field with file type to upload an image, but I didn't get any response from angular after I select a file from file selector.
Also I have to double click the
Browse
button to open the file selector, and it's rarely works with double click, sometimes it won't open the file selector.Here is how I implement the file type:
I already test my upload function with postman and it's worked.
The text was updated successfully, but these errors were encountered: