Hi!
Using the well functioning php/ajax upload the uploaded images stuck on server. Is there a convenient ajax (non-refreshing) way to let the user delete his uploaded images?
I also use sql to place new file names in the adequate row to identify files for further use. Every time I upload a new image the database is updated, but the replaced picture stays on the server. How could I delete it automatically during the update/replace process?
Thanks in advance,
Bálint