The max length for a filename is 255 characters, right? Does this include the extension and the period?
I'm making a file header for a resumable download and I need to store the filename info. I'm trying to decide how many bytes I should allocate for this info. Can anyone confirm if its 255?
