I can't seem to receive file attachments with file names that has greater than 63 characters...
I tried looking for the reason why it was not being received but I didn't found the reason...
Please Help..
Thanks
Well, I don't have an answer for you (at least not at present). I thought perhaps the filename field in mysql was set to something too "small" to restrict this, like maybe TINYINT or something similar but the field is actually set to VARCHAR(128) which is plenty large enough. So far I haven't been able to find anything other than to rule that out.