Love Fuel?
Donate
About
Forums
Discussions
Login
FuelPHP Forums
Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
General
File Class Not Working With Variable In File Path
cameron_kc
April 2013
I'm having a silly problem but I'm not seeing what the issue is.
If I want to trigger a file download it's only working if I hard code the path in.
For example:
This works fine:
\File::download(DOCROOT.'assets/files/myfile.csv');
This gives me an error for invalid path:
$file = 'myfile.csv';
\File::download(DOCROOT.'assets/files/'.$file);
Any thoughts on why that would happen? I'm on 1.5.3.
cameron_kc
April 2013
Nevermind......
This was an issue with me not handling file extensions properly in my logic. Should've finished my coffee before posting.
:-)
Add a Comment
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
5,088
General
↳ General
3,364
↳ Job Board
13
↳ Installation & Setup
214
Packages
↳ Oil
213
↳ Orm
700
↳ Auth
260
Development
↳ Tips and Tutorials
126
↳ Code share
145
↳ Applications
52
In this Discussion
cameron_kc
April 2013