getFileSizeLimit()
Get the max file size.
Exercise XML Parser which completes/updates a given file by an xml string.
withParameterName($parameter_name)
Get a dropzone like this where each uploaded file is identified over a given identifier.
withMaxFiles($max)
Get a dropzone like this, restricting the max number of files that can be uploaded.
withUserDefinedDescriptionEnabled($state)
Get a dropzone like this, allowing to set a description for each file being uploaded.
getMaxFiles()
Get the max number of files that can be uploaded.
getParametername()
Get the identifier used to retrieve and identify an uploaded file server side.
allowsUserDefinedFileNames()
Check if the dropzone supports to enter custom file names for each file being uploaded.
withUserDefinedFileNamesEnabled($state)
Get a dropzone like this, allowing to set the filename for each file being uploaded.
if(!array_key_exists('stateid', $_REQUEST)) $state
Handle linkback() response from LinkedIn.
withAllowedFileTypes(array $types)
Get a dropzone like this only accepting the submitted file types for uploading, e.g.
getUploadUrl()
Get the upload URL where the files are uploaded.
withFileSizeLimit(DataSize $limit)
Get a dropzone like this, restricting the max file size of the files to the given limit...
withUploadUrl($url)
Get a dropzone like this where the files are uploaded to the given URL.
allowsUserDefinedFileDescriptions()
Check if the dropzone supports to enter file descriptions for each file being uploaded.