I have strange (very randomly) problem with uploaded attachments.
New record is added to blobs table , but no file is written to blobs dir.
It is not possible to delete such record later using mgd function.

As well about hdd space , user|groups settings, SG settings etc.
All settings are ok , and it happens so much randomly that I am really confused.


Even if an attachment record doesn't hold file (or the file is zero lenght) you should be able to


a) delete the attachment record by $att=mgd_get_attachment() and $att->delete()
b) change the file contents trough mgd_open_attachment (takes normal fopen arguments, return normal filepointer).


/Rambo


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to