Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello. I am maintaining a system and meet a request that user want to be able to edit the descriptions of their uploaded pictures. Users may upload several photos one time and edit their descriptions and save it to database. The customers want to see a Textarea under each uploaded photos but I found it may impossible when using bootstrap file input.
Could someone teach me how to make it or guide me how to go by another solution?

What I have tried:

Google: bootstrap file input edit caption description comments
but I didn't see suitable solutions.
Posted
Updated 12-Mar-19 5:16am
v2

1 solution

You can try the jQuery File Upload plugin. I tried it before on one of my project where each upload file must be accompany by description, comments and other dropdown selection. I would suggest download the source / sample code from Github, then customize the template, see how it works and then integrate it into your current application.

Here is the demo (note: without additional field):
jQuery File Upload Demo[^]

Customize - Example on how to add additional field to each upload file
How to submit additional form data · blueimp/jQuery-File-Upload Wiki · GitHub[^]

Here is the source:
GitHub - blueimp/jQuery-File-Upload: File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with an[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900