Databases Reference
In-Depth Information
The Output section will appear with a new Save on server... section:
After clicking on Go , we will get a confirmation message or an error message (if the
web server does not have the required permissions to save the file).
For saving a file again using the same file name, check
the Overwrite existing file(s) box.
User-specific save directories
We can use the special string, %u , in the $cfg['SaveDir'] parameter. This string
will be replaced by the logged-in username. For example, as shown in the following
line of code:
$cfg['SaveDir'] = './save_dir/%u';
This would give us an on-screen choice, Save on server in the directory ./save_dir/
marc/ . These directories (one per potential user) must exist and must bear the proper
permissions, as already seen in the previous section.
 
Search WWH ::




Custom Search