-
UpAPI (as in Upload API): February 25, 2011 2:07
Commit 2c93cc1 on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
UpAPI (as in Upload API): February 25, 2011 2:07
Commit 91ce061 on 5.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
now supporting files associated with node revisions, not just node ids
-
Better display of error messages and handling of files that failed to validate.
-
Improved validation. Better indication that invalid upload will not be saved. Could still use some nice styling of error messages.
-
Now supporting limited validation of uploaded files. The hooks are getting there. Fixed an issue or two around deleting files and when multiple nodes have files.
-
honor more fieldset form settings
-
UpAPI initial commit. Upload API provides an easy (relatively) way for module developers to add file uploads to Drupal forms. Includes a file upload form element.