From c810a337add45f735b46c69e37523e48a48e660f Mon Sep 17 00:00:00 2001 From: Abdur-Rahmaan Janhangeer Date: Fri, 13 Aug 2021 08:37:14 +0400 Subject: [PATCH] DOCS: changed flask-uploads to flask-reuploaded Recommend updated fork --- docs/patterns/fileuploads.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/patterns/fileuploads.rst b/docs/patterns/fileuploads.rst index f24a43ca..cdef432d 100644 --- a/docs/patterns/fileuploads.rst +++ b/docs/patterns/fileuploads.rst @@ -176,8 +176,8 @@ construction of progress bar. Because the common pattern for file uploads exists almost unchanged in all applications dealing with uploads, there is also a Flask extension called -`Flask-Uploads`_ that implements a full fledged upload mechanism that +`Flask-Reuploaded`_ that implements a full fledged upload mechanism that allows controlling which file extensions are allowed to be uploaded. .. _jQuery: https://jquery.com/ -.. _Flask-Uploads: https://flask-uploads.readthedocs.io/en/latest/ +.. _Flask-Reuploaded: https://flask-reuploaded.readthedocs.io/en/latest/