McFileUploaderResources Commands

McFileUploaderResources is an http handler. Mediachase FileUploader.NET controls calls McFileUploaderResources to get related information from client-side. You can use McFileUploaderResources commands to extend common functionality and write custom controls.

The common  McFileUploaderResources url looks:

\McFileUploaderResources.axd?key=CommandName&Param1=Value1& Param2=Value2

The list below describes supported commands:

Command

Parameters

Description

progress

progressUid

Returns JSON progress information by progressUid.

fileslist

sessionUid

Returns either JSON or XML uploaded file list from temporary storage by current sessionUid.

download

streamUid

Returns file stream file by streamUid.

thumbnail

streamUid

MaxTNDimension

SSI

Returns file stream thumbnail by stream Uid using maxThumbnailDimension and stretchSmallImages parameters.

deletefile

streamUid

Deletes file from temporary storage.


Copyright 2007 Mediachase. All rights reserved.