Click or drag to resize

FileUploadSources Enumeration

Specifies the source(s) for uploading images via a FileUploader field when specified in the field's FileUploadSource property.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum FileUploadSources
Members
  Member nameValueDescription
Browse1The user should browse for the file to upload.
WebCam2A webcam will be invoked to capture and upload the image.
Scanner4A scanner will be invoked to scan and upload the image.
See Also