検索

phrase: max: clip:
target: order:
Results of 1 - 5 of about 5 for FileUploadHandler (0.010 sec.)
アップロードファイルとアップロードハンドラ — Django 4.0.6 ドキュメント 12078
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tream-to-disk). This class is used by the TemporaryFileUploadHandler . In addition to the methods from UploadedFile , i ... stream-to-memory). This class is used by the MemoryFileUploadHandler . ビルトインのアップロードハンドラ ¶ Together the ... MemoryFileUploadHandler and TemporaryFileUploadHandler provide Django's de ... d in django.core.files.uploadhandler . class MemoryFileUploadHandler [ソース] ¶ File upload handler to stream uploads i ...
https://man.plustar.jp/django/ref/files/uploads.html - [similar]
django.core.files.uploadhandler — Django 4.0.6 ドキュメント 10626
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o.core.files.uploadhandler のソースコード """ Base file upload handler classes, and the built-in concrete subclasses "" ... ploadFileException" , "StopUpload" , "SkipFile" , "FileUploadHandler" , "TemporaryFileUploadHandler" , "MemoryFileUploa ... d of returning None. """ pass [ドキュメント] class FileUploadHandler : """ Base class for streaming upload handlers. "" ... nk. """ raise NotImplementedError ( "subclasses of FileUploadHandler must provide a receive_data_chunk() method" ) [ドキ ...
https://man.plustar.jp/django/_modules/django/core/files/uploadhandler.html - [similar]
索引 — Django 4.0.6 ドキュメント 7997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (django.db.models.functions のクラス) chunk_size (FileUploadHandler の属性) chunks() (File のメソッド) (UploadedFile の ... iles のクラス) file (File の属性) file_complete() (FileUploadHandler のメソッド) file_hash() (storage.ManifestStaticFil ... SystemStorage (django.core.files.storage のクラス) FileUploadHandler (django.core.files.uploadhandler のクラス) filter ... ion() (AccessMixin のメソッド) handle_raw_input() (FileUploadHandler のメソッド) handler400 (django.conf.urls モジュール ...
https://man.plustar.jp/django/genindex.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7648
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ctly. その他 ¶ The django.core.files.uploadhandler.FileUploadHandler.new_file() method is now passed an additional cont ... ent_type_extra parameter. If you have a custom FileUploadHandler that implements new_file() , be sure it accepts th ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 7556
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xception reports. ファイルのアップロード ¶ The new FileUploadHandler.upload_interrupted() callback allows handling inte ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
PREV 1 NEXT