mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-12-08 05:02:30 -05:00
Bulk actions support (#1418)
This commit is contained in:
@@ -31,7 +31,7 @@ class BaseFineUploader(object):
|
||||
# generate new uuid to ensure this is uuid
|
||||
# not sure if this will work with the chunked uploads though
|
||||
self.uuid = uuid.uuid4()
|
||||
|
||||
self.original_filename = self.filename
|
||||
self.filename = os.path.basename(self.filename)
|
||||
self.filename = strip_delimiters(self.filename)
|
||||
# avoid possibility of passing a fake path here
|
||||
|
||||
Reference in New Issue
Block a user