Welcome Guest, Not a member yet? Register   Sign In
file explorer and force_download
#4

[eluser]Jan_1[/eluser]
for example:
view:
Code:
echo anchor('controller/download/folder/filename', 'title="pict1.jpg"');
or
<?=anchor('controller/download/folder/filename', 'title="pict1.jpg"')?>
controller or model:
Code:
$path = $this->uri->segment(2);
$file = $this->uri->segment(3);
does that help you?


Messages In This Thread
file explorer and force_download - by El Forum - 01-20-2010, 03:58 PM
file explorer and force_download - by El Forum - 01-20-2010, 04:02 PM
file explorer and force_download - by El Forum - 01-21-2010, 03:51 AM
file explorer and force_download - by El Forum - 01-21-2010, 04:58 AM
file explorer and force_download - by El Forum - 01-21-2010, 07:26 AM
file explorer and force_download - by El Forum - 01-21-2010, 08:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB