show / hide menu

GetFile

This function is used to get a file from the network path/target.

Syntax:


GetFile(FileUpload,NetworkPath,FileName)
where
FileUpload is the name of the file upload control.
NetworkPath is Specify the path from where the file should be taken.
FileName is the filename with the extension.

Example:
GetFile(FileUpload1,”C:\Users\UserName\Downloads\New folder1test”,abc)