Skip to content
New issue

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

file path problem #2

Open
hyPerdarKness opened this issue Mar 12, 2019 · 2 comments
Open

file path problem #2

hyPerdarKness opened this issue Mar 12, 2019 · 2 comments

Comments

@hyPerdarKness
Copy link

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.

@mrknorton4007
Copy link
Owner

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.

@Uriel1988
Copy link

Hi Sir
Can you kindly have the issue settle now for the upload to work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants