I manually deleted the attachment greater than 2mb file size...
Using the attachment browser:
/admin.php?attachments/
But when I look at the server file manager:
/public_html/internal_data/attachments/0
Still their are 2mb+ filesize..
What I did is, I manually deleted all the xxxxxx.data file.
How can I rebuild the attachment, to automatically remove the orphaned xxxxx.data file on the server.
/public_html/internal_data/attachments/ - chmod 777
/public_html/internal_data/attachments/0 - chmod 777
/public_html/internal_data/attachments/0/xxx.data files - chmod 644 (Should I set them all to 777)
Using the attachment browser:
/admin.php?attachments/
But when I look at the server file manager:
/public_html/internal_data/attachments/0
Still their are 2mb+ filesize..
What I did is, I manually deleted all the xxxxxx.data file.
How can I rebuild the attachment, to automatically remove the orphaned xxxxx.data file on the server.
/public_html/internal_data/attachments/ - chmod 777
/public_html/internal_data/attachments/0 - chmod 777
/public_html/internal_data/attachments/0/xxx.data files - chmod 644 (Should I set them all to 777)