NGINX module for handling file uploads

20 — Every core and module directive — syntax, defaults, contexts, and real configuration examples. · Module Guide →

upload_add_header The upload_add_header directive adds custom headers to the HTTP response… httpserverlocation upload_aggregate_form_field The `upload_aggregate_form_field` directive allows multiple file uploads to be… httpserverlocation upload_buffer_size Sets the size of the buffer used for handling file uploads in NGINX. httpserverlocation upload_cleanup The 'upload_cleanup' directive specifies the cleanup of uploaded files after… httpserverlocation upload_empty_fiels_names The `upload_empty_file_names` directive controls whether or not empty file… httpserverlocation upload_limit_rate The `upload_limit_rate` directive controls the maximum upload speed for file… httpserverlocation upload_max_file_size The `upload_max_file_size` directive sets the maximum allowed file size for… httpserverlocation upload_max_output_body_len The upload_max_output_body_len directive sets the maximum size of the output… httpserverlocation upload_max_part_header_len The `upload_max_part_header_len` directive configures the maximum allowed… httpserverlocation upload_merge_buffer_size Sets the buffer size for merging file upload data during multipart form uploads. httpserverlocation upload_pass The upload_pass directive specifies a location to which the request body is… httpserverlocation upload_pass_args The `upload_pass_args` directive determines whether to pass the query… httpserverlocation upload_pass_form_field The upload_pass_form_field directive sets a form field name in the request… httpserverlocation upload_range_header_buffer_size The 'upload_range_header_buffer_size' directive specifies the buffer size used… httpserverlocation upload_resumable The `upload_resumable` directive enables resumable uploads in NGINX, allowing… httpserverlocation upload_set_form_field The `upload_set_form_field` directive modifies the request fields by… httpserverlocation upload_state_store The `upload_state_store` directive configures the temporary storage method for… httpserverlocation upload_store The `upload_store` directive specifies the directory where uploaded files will… httpserverlocation upload_store_access The `upload_store_access` directive sets the access permission for uploaded… httpserverlocation upload_tame_arrays The `upload_tame_arrays` directive controls whether uploaded file arrays are… httpserverlocation