I want to edit already uploaded multiple files. I use jquery plugin to upload files.
- I created a form and used jquery filer plugin to upload multiple files.
- Added php code in backend to upload them to server and the urls into array saved in database.
- I can preload the uploaded files to jquery filer with file option.
- I can delete the uploaded file with ondelete option.
Now I want to delete some files add upload some files and then create a new array containing the new set of files to save in database.
I am a beginner. I don't have any ideas and I already searched whole of the internet.