ImperialCollegeLondon / django-drf-filepond

A Django app providing a server implemention for the Filepond file upload library
BSD 3-Clause "New" or "Revised" License
103 stars 39 forks source link

Update installation docs to clarify required query string parameters in filepond client side config #109

Closed jcohen02 closed 6 months ago

jcohen02 commented 6 months ago

This update addresses the issue highlighted in #98, making it clearer how the filepond client needs to be configured to ensure that it makes valid GET requests to django-drf-filepond with the correct query string parameters for the load, restore and fetch endpoints.

jcohen02 commented 6 months ago

This PR has been replaced by #118 as part of a cleanup of the history for the pending 0.6.0 release.