File Input Control

Hi,

Iam using file Input contol to attach documents.While geting the path Value from the Control, getting “Null” value instead of document path.

Please help me on this as early as you can, Thanks in advance

Thanks,
Sreenivas

Hi,
you can bind a File Item property to the Value of your File Input control. The File Item will give you the file name, content type and its content as a byte array.
The action to upload the file must be used in a Command Button (not Async Command Button).

hope this helps
Javier