Index

(misc)

o2_send

o2_send(string $file_url)

Dispose a file for download by URL.
File is sent to client without a user's click on link.

Correct use to send a local file by path:
o2_send(o2_path($file, true))


Parameters:
  1. $file_url
  2. URL to file to send