-
-
Notifications
You must be signed in to change notification settings - Fork 167
More
Martin Kluska edited this page Sep 11, 2018
·
3 revisions
If upload has failed (like file size limit, exception is raised)
Determines if the file object is in the request
Tries to handle the upload request. If the file is not uploaded, returns false. If the file is present in the request, it will create the save object.
If the file in the request is chunk, it will create the ChunkSave
object, otherwise creates the SingleSave
which does nothing at this moment.