Closed (fixed)
Project:
FileField Sources Disable Upload [obsolete]
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2011 at 08:16 UTC
Updated:
8 Mar 2013 at 12:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
antiorario commentedI am planning to do it, but not immediately. I will try to look into it in the next few weeks.
Comment #2
burgs commentedantiorario, is there any update on whether this will get upgraded, or is there still hope that this might make it back into filefield_sources for Drupal 7?
Comment #3
antiorario commentedI've just committed the initial 7.x-1.x code to Git, which should be available later as a dev release. It works in its basic functionality, except for the JavaScript required for the next available source to be displayed instead of the upload widget. The js file currently up is the one from the D6 version, and although it is being called by the module, it does nothing useful. I'll try to figure it out, but of course any input will be welcome.
Comment #4
Anonymous (not verified) commentedI'm quite interested to have this functionality in D7. However, I think this is such a basic feature that it should be implemented in FileField Sources itself. I think the maintainer changed his mind about integration, too. Could be worth a try? :-)
Comment #5
sense-designI am also very interested in having this feature, will have a look at the javascript and get back here for a solution.
Comment #6
sense-designPlease try the attached patch against current dev.
Comment #7
antiorario commentedI'm holding off any further development on this module because it seems there has been an attempt at including this functionality in FileField Source: #932994: Filefield source "Remote URL" (or any other) set as default option (aka Disable Upload option).