How do I delete the file?
Question:
The Pure PHP Upload extension doesn't support deleting of previous uploaded files. Is there a way to delete those files using PHP? Answer:
We are working on an Add - On Pack for PHP Upload. It will include an option to delete uploaded files.
The Pure PHP Upload extension doesn't support deleting of previous uploaded files. Is there a way to delete those files using PHP? Answer:
We are working on an Add - On Pack for PHP Upload. It will include an option to delete uploaded files.
Comments
What add-on?
This is my work around for this problem
unlink($dynimage);
You must me logged in to write a comment.