I am planning on making a site where users will upload large files, ranging from 1 - 10mb. So obviously I am looking at this hack to make this happen. My questions are, do you know if the upload can handle these large size files? And is there a neat way to prune old attachments say from 6 months back so that I don't use up all my hdd space? I am guessing that I can run a delete query and then just looking in the attachments folder and delete my date last modfied. Hmm, ok I answered my second question I think

. Cheers