[development] Better documentation for working with uploaded files?
Richard Morse
remorse at partners.org
Thu Jul 12 18:35:10 UTC 2007
Hi! Is there a better source for documentation on how to work with
uploaded files than http://drupal.org/node/111782 [the handbook's
page]? The list of function for working with files on api.drupal.org
is not particularly helpful, and the handbook page is also rather
sparse.
Specifically, I want to have users upload seven files (all of which
must be there), and then save them in a directory *which may not be a
subdirectory of the Drupal files directory*. Also, I don't want
Drupal's file upload size restrictions to apply for this one use.
Or, in this case, would it make sense to just ignore the Drupal file
functions and use $_FILES and the php file handling code directly?
Would this adversely affect the FormAPI stuff? Would I be able to
use a _validate function if I'm not using the Drupal file handling
functions?
Thanks,
Ricky
The information transmitted in this electronic communication is intended only for the person or entity to whom it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this information in error, please contact the Compliance HelpLine at 800-856-1983 and properly dispose of this information.
More information about the development
mailing list