Problem with Missing Attachment
Posted: 30 Jan 2015, 04:14
We discovered recently, when user uploaded an attachment, there is no error message displayed.
However, when we check at the defect created, it indicate the file name with error 'attachment missing'. The only option is to 'Delete' the attachment. We have deleted the attachment and re-upload. However, status quo.
Our configuration as follows:
$g_file_upload_method = DISK
$g_upload_file_path = 'C:\abc\def\ghi\'
When we checked at the DB at 'diskfile' column, we could see list of attachment as follows. Those file that were uploaded recently did not captured the 'upload file path'.
C:\abc\def\ghi\hasingvalue1234
C:\abc\def\ghi\hasingvalue5678
hashingvalue9876
hasingvalue5432
Please advise
However, when we check at the defect created, it indicate the file name with error 'attachment missing'. The only option is to 'Delete' the attachment. We have deleted the attachment and re-upload. However, status quo.
Our configuration as follows:
$g_file_upload_method = DISK
$g_upload_file_path = 'C:\abc\def\ghi\'
When we checked at the DB at 'diskfile' column, we could see list of attachment as follows. Those file that were uploaded recently did not captured the 'upload file path'.
C:\abc\def\ghi\hasingvalue1234
C:\abc\def\ghi\hasingvalue5678
hashingvalue9876
hasingvalue5432
Please advise