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
open file dialog and saving multiple files
Moderator: General Moderators
Re: open file dialog and saving multiple files
Kinda. You can give them an Open/Save dialog and they'll download whatever you want them to.allasso wrote:Is there a way to create a file open dialog that will open a file on the server?
In one request? No. But you can use compression (eg, ZIP, RAR) to combine files together.allasso wrote:also, it there a way the user can save multiple files all at one time?
Re: open file dialog and saving multiple files
Hmmm... Could you elaborate on that? Not sure exactly what you mean. How would you do that?tasairis wrote: Kinda. You can give them an Open/Save dialog and they'll download whatever you want them to.
Good idea, thanks.tasairis wrote: In one request? No. But you can use compression (eg, ZIP, RAR) to combine files together.
Allasso
Re: open file dialog and saving multiple files
Maybe I wasn't too clear, what I want, is to be able to browse for a file on the server using a dialog box.
Re: open file dialog and saving multiple files
No. You'd have to make some PHP page(s) behave like a filesystem browser.allasso wrote:Maybe I wasn't too clear, what I want, is to be able to browse for a file on the server using a dialog box.
Re: open file dialog and saving multiple files
okay, thanks.
Allasso
Allasso