I have a piece of code that works to provide functionality that drupal does not. This will allow my users to upload large files directly to a specified directory on my server. I've attempted to utilize the filestore.module but unfortunately because it stores binaries in the SQL database rather than on the hard drive, it will not work well for my files - which are frequently between 20MB and 30MB in size. I do not want download functionality - only upload.
The documentation available on this site hasn't been much help and all of the drupal specific knowledge I have has come from hands on experimentation. Unfortunately i dont have time to play with this project, and I need to get this online ASAP.
I am running into problems with the form display (how to properly display and format the form) and also with some other errors. Again, this piece of code works perfectly for me out of the context of Drupal.
here is the URL to a page on my personal site that will display the code in question (because I can't seem to post the code here):
Comments
try filestore2
The filestore2 module already does this. Don't do what I did and not read the instructions, those are useful.
filestore 2?
I've seen it mentioned, but can't find it anywhere! Where can I get it from? I'm having uploading problems too...