Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: HOW TO FORCE FILE DOWNLOD TO PC
Post: RE: HOW TO FORCE FILE DOWNLOD TO PC

Wouter60 Wrote: (07-02-2016, 11:21 PM) -- First, make sure that you don't pass the filename directly to your controller, because it becomes part of the url. The link in your view should be like this...
17,960 Views
15 Replies
07-17-2016, 05:19 AM
kwangu
    Thread: HOW TO FORCE FILE DOWNLOD TO PC
Post: RE: HOW TO FORCE FILE DOWNLOD TO PC

InsiteFX Wrote: (06-29-2016, 06:07 PM) -- Try this and see if it works for you. PHP Code: -- $path = '/uploads/docs/'.$name; // set the file path force_download($path, null, true); -- null -...
17,960 Views
15 Replies
07-17-2016, 05:05 AM
kwangu
    Thread: HOW TO FORCE FILE DOWNLOD TO PC
Post: RE: HOW TO FORCE FILE DOWNLOD TO PC

May you please give an example. that would be much better
17,960 Views
15 Replies
07-11-2016, 02:12 AM
kwangu
    Thread: HOW TO FORCE FILE DOWNLOD TO PC
Post: RE: HOW TO FORCE FILE DOWNLOD TO PC

Wouter60 Wrote: (07-02-2016, 05:34 AM) -- When downloading files, never refer to a url, but always to a path, relative to the folder where your index.php is. The reason why the file seems to be down...
17,960 Views
15 Replies
07-02-2016, 07:58 PM
kwangu
    Thread: HOW TO FORCE FILE DOWNLOD TO PC
Post: RE: HOW TO FORCE FILE DOWNLOD TO PC

It seems "file_get_contents" has got a problem. So instead i tried this $path = base_url('uploads/docs/'.$name); // Read the file's contents The file is being downloaded to the pc properly but ...
17,960 Views
15 Replies
07-01-2016, 03:37 PM
kwangu
    Thread: HOW TO FORCE FILE DOWNLOD TO PC
Post: RE: HOW TO FORCE FILE DOWNLOD TO PC

PaulD Wrote: (06-27-2016, 04:26 PM) -- "it doesn't work" does not give us much to go on. What did you expect and what did you get? -- Did you see the code by following the link i have given? I expe...
17,960 Views
15 Replies
06-29-2016, 03:11 PM
kwangu
  Sad Thread: HOW TO FORCE FILE DOWNLOD TO PC
Post: HOW TO FORCE FILE DOWNLOD TO PC

Its been months now wrestling with download file in CI. When i try an example from documentation it works since its static but when i make it dynamic it doesn't work. Please take a look at this code a...
17,960 Views
15 Replies
06-27-2016, 02:10 PM
kwangu
    Thread: RECURSIVE FUNCTION NOT WORKING IN CI
Post: RECURSIVE FUNCTION NOT WORKING IN CI

can someone help me make recursive function work in CI.Below is my code i tried but nothing is shown on the browser.When i try to use the code as helper it produces infinite loop. public function p...
6,207 Views
2 Replies
06-22-2015, 01:09 PM
kwangu

Theme © iAndrew 2016 - Forum software by © MyBB