Important! This page is auto-generated from the comments in the source files. All changes will be overwritten! If you are looking to contribute, modify the comment in the corresponding source file instead.

Table of Contents

Constructor

plupload.File()

Properties

id

(depricated)

For backward compatibility

uid

Unique identifier

name

When send_file_name is set to true, will be sent with the request as name param. Can be used on server-side to override original file name.

target_name

(depricated: use name)

type

File type, e.g image/jpeg

size

File size in bytes (may change after client-side manupilation).

origSize

Original file size in bytes.

Methods

getSource()

Get the file for which this File is responsible

getNative()

(depricated)

Returns file representation of the current runtime. For HTML5 runtime this is going to be native browser File object (for backward compatibility)

Fork me on GitHub