Page 1 of 1

It would be very useful to be able to load multiple files of different extensions at the same time

Posted: 2021-06-05 09:36
by facos79
It would be very useful to be able to load multiple files of different extensions at the same time

Re: It would be very useful to be able to load multiple files of different extensions at the same time

Posted: 2021-06-09 06:32
by onoehring
Hi,

maybe it's me, but I do not understand what you want.
What is "at the same time"?
What should be multiple files?
Why do you care about extensions?
If in the browser the file "myfile.php" is open, the browser can pull "example.php" (by php include/require) and "example.png" and "example.jpg" at the "same time" ....

Specifying, what you want to accomplish, and what you mean might help.

Take care
Olaf

Re: It would be very useful to be able to load multiple files of different extensions at the same time

Posted: 2021-06-09 20:08
by facos79
hi, I meant that it would be very useful to be able to upload multiple files at the same time (e.g. file1.pdf + file2.jpg + file3.doc).
Other programs like phpmaker or phprunner for example allow it and this function is very useful. I like it very well and I wish Appgini also integrated it without having to add php code.

Re: It would be very useful to be able to load multiple files of different extensions at the same time

Posted: 2021-06-10 12:25
by onoehring
Hi,

ok, this is a good idea. +1

Olaf