Any idea how or is it possible to set the Built-in browser to upload files to different locations?
Example:
If i'm in updates, the files will be stored in images/updates.
If i'm in post, the files will be stored in images/posts.
I figured I need to do the condition check in the config.php for the browser. But how do i pass values to it from my script?
Example:
If i'm in updates, the files will be stored in images/updates.
If i'm in post, the files will be stored in images/posts.
I figured I need to do the condition check in the config.php for the browser. But how do i pass values to it from my script?