Archive

Posts Tagged ‘delete script ajax’

Jquery+php File Delete Script

July 6th, 2009 Comments off

Hi programmers,

i am developing my own page, which has a member area, where members are possible to upload some profile images via uplodify script.
Now i want them letting delete uploaded images in the same elegant way.
For imagination, i habe a ul-li tag combination, where images get listed out of some different short-tags, so there should be a possibility to click on a button to delete the image on server.
When clicking the button, jquery has to pass imagedata to delete.php and makes some effect on disappearing the image.
Thats a simple thing, I don

Bear