J jrusin New member Apr 1, 2019 #1 Can I create the file in the virtual file system from PHP or JS? if yes can I replace existing file? It could be useful in case of php update process - to forward the source not the whole framework with CEF…
Can I create the file in the virtual file system from PHP or JS? if yes can I replace existing file? It could be useful in case of php update process - to forward the source not the whole framework with CEF…
gdgsupport Support Staff member Apr 2, 2019 #2 Yes, you can do that. See https://www.exeoutput.com/help/phpexofunctions#exo-unpackvirtualfile You can then overwrite the contents in the virtual file with normal fwrite PHP function.
Yes, you can do that. See https://www.exeoutput.com/help/phpexofunctions#exo-unpackvirtualfile You can then overwrite the contents in the virtual file with normal fwrite PHP function.