How to fetch fileupload image from frontend in java
Hi , I have a form where end user will upload a image from his system from <input type="file"> and I need to fetch this image in my post servlet java file and write in excel sheet in dam path.
Any piece of code or suggestions will help.
Thanks