From 84aa8706c0cdf28fe5de1b9170a8b686699fb0e5 Mon Sep 17 00:00:00 2001 From: Grey Li Date: Fri, 13 Aug 2021 19:11:30 +0800 Subject: [PATCH] Remove the mention of Flask-Uploads in uploading docs --- docs/patterns/fileuploads.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/patterns/fileuploads.rst b/docs/patterns/fileuploads.rst index f24a43ca..304f57dc 100644 --- a/docs/patterns/fileuploads.rst +++ b/docs/patterns/fileuploads.rst @@ -175,9 +175,8 @@ are JavaScript libraries like jQuery_ that have form plugins to ease the 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 -allows controlling which file extensions are allowed to be uploaded. +applications dealing with uploads, there are also some Flask extensions that +implement 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/