Difference between revisions of "Ns returnfile"

From AOLserver Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
  ns_returnfile 200 "application/zip" $filepath
 
  ns_returnfile 200 "application/zip" $filepath
  ns_returnfile 200 [ns_ugesstype $file] $filepath
+
  ns_returnfile 200 [ns_guesstype $file] $filepath
  
 
For now, see [[ns_return]]
 
For now, see [[ns_return]]

Revision as of 00:26, 12 December 2006

ns_returnfile 200 "application/zip" $filepath
ns_returnfile 200 [ns_guesstype $file] $filepath

For now, see ns_return