Hi,
I need to save informations in my database about the pictures downloaded with CKFinder (name, size of the image...) and erase all this informations when this picture is delete (with CKFinder too).
Is it posible to integrate a PHP request like
Which will be execute when the user download and the erase pictures (or other files...) ?
Thanks for helping me,
Robin
I need to save informations in my database about the pictures downloaded with CKFinder (name, size of the image...) and erase all this informations when this picture is delete (with CKFinder too).
Is it posible to integrate a PHP request like
$requete=mysql_db_query($sql,"DELETE FROM table_images ... AND $requete=mysql_db_query($sql_sql,"INSERT INTO images ...
Which will be execute when the user download and the erase pictures (or other files...) ?
Thanks for helping me,
Robin
Re: PHP request with download and the erase of files
However, unfortunately it is not possible currently to do this.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: PHP request with download and the erase of files
Re: PHP request with download and the erase of files
We must consider some things and it may be possible that the closest release will generally fix all issues found so far.
But this is surely a subject to discuss.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+