allasso Posted November 30, 2008 Share Posted November 30, 2008 Hello, Two questions: Is there a way to create a file open dialog that will open a file on the server? also, it there a way the user can save multiple files all at one time? Thank you, Allasso Link to comment https://forums.phpfreaks.com/topic/134811-solved-open-file-dialog-and-saving-multiple-files/ Share on other sites More sharing options...
ratcateme Posted November 30, 2008 Share Posted November 30, 2008 using the opendir() function you could open a directory and list its contents. you could then use fopen() to open a file. this might be what you are looking for i dont know? Scott. Link to comment https://forums.phpfreaks.com/topic/134811-solved-open-file-dialog-and-saving-multiple-files/#findComment-702021 Share on other sites More sharing options...
allasso Posted November 30, 2008 Author Share Posted November 30, 2008 what I want, is to be able to browse for a file on the server using a dialog box. Link to comment https://forums.phpfreaks.com/topic/134811-solved-open-file-dialog-and-saving-multiple-files/#findComment-702599 Share on other sites More sharing options...
ratcateme Posted December 1, 2008 Share Posted December 1, 2008 no that is not possible in php and i dont think in any other web scripting language. Scott. Link to comment https://forums.phpfreaks.com/topic/134811-solved-open-file-dialog-and-saving-multiple-files/#findComment-702736 Share on other sites More sharing options...
allasso Posted December 1, 2008 Author Share Posted December 1, 2008 okay, thanks Scott. Link to comment https://forums.phpfreaks.com/topic/134811-solved-open-file-dialog-and-saving-multiple-files/#findComment-702833 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.