Hllo
But in my case the user cannot select the file to upload.
The user don't view the screen that permits him to select the file.
Tell this to Internet Explorer, Chrome, Firefox, etc... owners.
The file is selected by the program and dinamically inserted into the component Fileupload with this instruction
FileUpload.FileNames.Add('C:\work\pippo.pdf');
FileNames it's used internally by FileUpload component when a new file is a uploaded.
My question is :
How can I upload the file "C:\work\pippo.pdf" into the folder FileUpload.JQFileUploadOptions.UploadPath without show any screen??
You can't, I'm sorry, but you can't due to browser security politics