save as file !
-
hi I need to know how can I create a browse button that user can specify the path to save a file that contain an DATA came from DATABASE that mean I have a DATA and the USER wil press a button and specify the path to create a file contain the DATA thanks dadax
-
hi I need to know how can I create a browse button that user can specify the path to save a file that contain an DATA came from DATABASE that mean I have a DATA and the USER wil press a button and specify the path to create a file contain the DATA thanks dadax
Hi there, Do you mean you want to allow the user to select a location to save a data file sent from the server? Basically, your application is not allowed to access the IO system at the client side, so you may think of forcing the browser to display the Download dialog box with the SaveAs button so that the client can choose a place to save the file.