We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello, file path write like this its not working?
define('sb_file_path', '../upload/'.$_SESSION['url']);
I tried this codes define('sb_file_path', '../upload/'.$_SESSION['url']); define('sb_file_path', '../upload/'.$_SESSION['url'].'/');
define('sb_file_path', '../upload/'.$_SESSION['url']); define('sb_file_path', '../upload/'.$_SESSION['url'].'/');
but manually write like this upload successful.
define('sb_file_path', '../upload/test');
how to working with dynamic value?? thanks.
The text was updated successfully, but these errors were encountered:
Hi hyPerdarKness, dynamic content path is not supported.
I started a complete rewrite of the project which I hope to complete someday. Dynamic paths are certainly an interesting addition.
Unfortunately I can't give you a quick solution on this right now.
Sorry, something went wrong.
Hi Sir Can you kindly have the issue settle now for the upload to work?
mrknorton4007
No branches or pull requests
hello, file path write like this its not working?
define('sb_file_path', '../upload/'.$_SESSION['url']);
I tried this codes
define('sb_file_path', '../upload/'.$_SESSION['url']); define('sb_file_path', '../upload/'.$_SESSION['url'].'/');
but manually write like this upload successful.
define('sb_file_path', '../upload/test');
how to working with dynamic value?? thanks.
The text was updated successfully, but these errors were encountered: