DEV Community

Sathiya
Sathiya

Posted on

File Upload from Angular 14 to CodeIgniter Normal API Help me......

Hello,
Any one can help me on this please.
I want to upload user data with a file fileupload from Angular front end version 14 to a CI API. I need to upload the file to upload folder and store the user data to SQL table.
I am not able to do this using ngx drag and drop. would you please any one help me on this.

i tried fileupload using form action and a direct URL, it is working fine but i am not able to capture the logged in user info. also dont know how to remove the uploaded file and upload a new one.
thanks

Top comments (0)