InterviewSolution
| 1. |
Does It Support File Uploads And File Download Dialogs? |
|
Answer» File uploads are handled in a ROUND about way in Sahi. Sahi adds the file to the HTTP request VIA the proxy. For file downloads, files are AUTOMATICALLY downloaded to a temp LOCATION by Sahi and the script allows interaction with these files.The file upload part can get tricky in HTML5 apps on some BROWSERS, so you may need to resort to native events which are supported in Sahi Pro. File uploads are handled in a round about way in Sahi. Sahi adds the file to the HTTP request via the proxy. For file downloads, files are automatically downloaded to a temp location by Sahi and the script allows interaction with these files.The file upload part can get tricky in HTML5 apps on some browsers, so you may need to resort to native events which are supported in Sahi Pro. |
|