Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| peter_s_ratchet_app [2013/07/27 13:32] – [File Download Functionality Option 1] mmuze | peter_s_ratchet_app [2013/07/27 21:08] (current) – [File Download Functionality Option 2] mmuze | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ====File Download Functionality Option 2==== | ====File Download Functionality Option 2==== | ||
| - | You could create a function that sends the file in chunks and keeps track whether the whole file was sent. | + | You could create a function that sends the file in chunks and keeps track of whether the whole file was sent. |
| < | < | ||
| function readfile_chunked ($filename) { | function readfile_chunked ($filename) { | ||