post editing: saving uploads as files PLUS blobs |
5/20/2010 4:08:46 PM |
PHPRunner General questions | |
P
phppaul author
I made an app using PHPrunner 5.2, using blobs for several fields for internal db-storage. // delete & move files
if(!$inlineedit)
|
|
A
|
ann 5/21/2010 |
Paul, |
P
|
phppaul author 5/21/2010 |
Paul, All updating and uploading of files occur in the functions DoInsertRecordSQL/DoUpdateRecordSQL in output\include\commonfucntions.php to insert your code. Those functions can be used to insert a custom code.
|
P
|
phppaul author 5/25/2010 |
Paul, All updating and uploading of files occur in the functions DoInsertRecordSQL/DoUpdateRecordSQL in output\include\commonfucntions.php to insert your code. Those functions can be used to insert a custom code.
|
A
|
ann 5/25/2010 |
Paul, |