[cfaussie] Re: Web server level authentication

2006-04-07 Thread Ryan Sabir
Hmmm close, Yep that will let me authenticate a single HTTP request, but I want to get the actual current user authenticated. Imagine a directory that’s password protected and full of PDFs, so you can’t access it from the web without authentication. Now I want a user who's logged into to my

[cfaussie] Re: Web server level authentication

2006-04-07 Thread Ryan Sabir
No its for a public website. The closest I've gotten is to put the PDF docs into a secured directory and serve them up using CFCONTENT. This is almost perfect, but the problem is with large PDF files, it stops them being streamed to the browser. The user needs to wait for the whole file to

[cfaussie] query function to delete a row from a query

2006-04-07 Thread Andrew Mercer
Does anyone know if there is something like queryDeleteRow() {the opersite of queryAddRow()} in CF?google found this in a blueDragon fileotherwise I guess i will have to do a QoQ to do it --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[cfaussie] Re: query function to delete a row from a query

2006-04-07 Thread Andrew Mercer
doesnt look like you can do a delete in QoQOn 4/7/06, Andrew Mercer [EMAIL PROTECTED] wrote: Does anyone know if there is something like queryDeleteRow() {the opersite of queryAddRow()} in CF? google found this in a blueDragon fileotherwise I guess i will have to do a QoQ to do it

[cfaussie] Re: query function to delete a row from a query

2006-04-07 Thread Steve Onnis
Andrew Dont say i never do anything for you:P cfscript function queryDeleteRow(query, row) { var cols = structNew(); var i = 0; var numberOfColumns = listLen(query.columnList); var returnQry = queryNew();

[cfaussie] Re: Web server level authentication

2006-04-07 Thread Charlie Arehart
Ryan, if youre just asking for how to determine the identity of the authenticated user, check out cgi.auth_user (and the related cgi.auth_type). Or are you asking something else? (Even reading the replies since this original note, Id rather ask than guess.) /Charlie

[cfaussie] Error Invalid list index 1 on Farcry

2006-04-07 Thread Hannah
Hello everybody, I am new to farcry and Jrun4. We have farcry runs on IIS. The Farcry server will run but on brower the url http://localhost:/login.cfm; or http://localhost:/login.cfm?returnUrl=%2Ffarcry%2Findex%2Ecfm%3F; got errors 403 forbbide or 500. I wonder if any body could show