Needs review
Project:
Attachment
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2006 at 17:14 UTC
Updated:
12 Dec 2007 at 03:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Julien PHAM commentedYes I think it would be fine to add this feature...
Comment #2
Anonymous (not verified) commentedJust wondering if this feature was ever added?
Thanks,
txcrew
Comment #3
dman commentedit was hard to work around the built-in file management routines, but I ended up trying it myself
http://coders.co.nz/drupal_development/?q=node/544
.dan.
Comment #4
dirkgently commentedI have been looking at this scenario for a client who needs to be able to upload large files to a Drupal site on a shared server (no possibility of altering post_max_size and upload_max_filesize).
My idea is to specify an FTP 'drop box' to upload files into which can then be added as attachments.
At the minute I've got a proof of concept going (see attached patch file). I've added another section to the attachment admin settings form to enable the patch and set the drop box path, and modified the upload form to allow local file additions if the patch is enabled.
Please bear in mind that this is my first Drupal site, and my first contribution. The patch will need a little more work to make it user-friendly before it's ready (maybe show drop box files as a dropdown or list, or have a pop-up browser similar to imce), but I thought I'd share it here to see if I'm on the right lines, and if there would be any chance of having this patch accepted when complete.
Any feedback would be appreciated.
Paul.
Comment #5
telcontar commentedI think a dropdown would be nice. It's rather cumbersome to enter the full path to the file.
I give it a +1, though I haven't really looked at the patch ;-) I think it's a good idea.
Comment #6
deciphered commentedDirk,
Patch worked perfectly, did exactly what you'd expect it to.
As you said some usability features would be nice such as the ability to select the file from a list, but other than that it seems great, I'm surprised it hasn't been committed.