Skip to content

Commit

Permalink
Added info on support for issue #4 to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcohen02 committed Feb 20, 2019
1 parent d38f3f7 commit f03ebbf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,18 @@ to manage other features of the library. These are detailed in this section.
directories in order to avoid a build up of potentially very large
numbers of empty directories on the filesystem.

Using a non-standard element name for your client-side filepond instance:

If you have a filepond instance on your client web page that uses an
element name other than the default ``filepond``, *django-drf-filepond*
can now handle this. For example, if you have multiple filepond
instances on a page, you will need to give each instance a different
name. To take advatage of this feature, you will need to inject an
additional parameter ``fp_upload_field`` into the HTTP upload request
which provides the name of the filepond form instance to process. An
example of this is shown in the `issue <https://github.com/ImperialCollegeLondon/django-drf-filepond/issues/4#issue-412361507>`_
describing the request for this feature.


Logging
-------
Expand Down

0 comments on commit f03ebbf

Please sign in to comment.