Re: Upload a file using Java in CF

2004-06-18 Thread Andrew Spear
Well, here's my situation.  We have a sandbox for some developers who need cffile, but we (the admins) have a requirement to log all file activity.  The solution is to create a custom tag that contains the cffile functionality plus contains a logging facility so we can track what they are doing.  N

Re: Upload a file using Java in CF

2004-06-18 Thread Stephen Moretti
Kay Smoljak wrote: > Andrew Spear <[EMAIL PROTECTED]> wrote: > > Sorry if this is a bit OT.  I have a file upload form that posts to > the code below. > > The code takes the uploaded file and writes it to the server. > > > umm.. sorry, could I just ask, what's the advantage of doing this over >

Re: Upload a file using Java in CF

2004-06-18 Thread Kay Smoljak
Andrew Spear <[EMAIL PROTECTED]> wrote: > Sorry if this is a bit OT.  I have a file upload form that posts to the code below. > The code takes the uploaded file and writes it to the server. umm.. sorry, could I just ask, what's the advantage of doing this over using CFFILE? Or is it for servers

Re: Upload a file using Java in CF

2004-06-18 Thread Thomas Chiverton
On Thursday 17 Jun 2004 16:34 pm, Andrew Spear wrote: > InputStreamReader/InputStreamWriter classes, but I'm pretty clueless as to > where to start. http://java.sun.com/j2se/1.4.2/docs/api/ ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFi

Upload a file using Java in CF

2004-06-17 Thread Andrew Spear
Sorry if this is a bit OT.  I have a file upload form that posts to the code below.  The code takes the uploaded file and writes it to the server.  The only problem is that it only works with text files.  It will write any file, but types like Word docs won't open.  I'm pretty sure the problem is t

Using Java in CF

2001-04-17 Thread Bruce, Rodney
A little help please. I am trying to use some javascript on my CF pages. I would like to pass the formname and fieldname to the function, perform an action and return the value: i.e.