Yeah, it won't work.

I've had trouble uploading large files too.  Have you tried using a com 
upload object?  There are a few free ones which do it pretty well for ASp.


At 01:18 PM 11/13/00 -0500, you wrote:

>hmm..
>i got 512 ram and 768 swap
>it idles around 115 mb
>
>when i upload a 200meg file it only gets up to 450
>
>heres the action code.
>
>
>####################################################3
><cffile action="UPLOAD"
>
>                 accept="*/*"
>                 filefield="movie"
>                 destination="D:\wwwroot\studio\movie"
>                 nameconflict="OVERWRITE">
>
><CFSET FORM.movie = File.ServerFile>
>
>
><cfset cffile.filesize = round(cffile.filesize / 1024)>
>
><CFQUERY DATASOURCE="studio" NAME="InsertEmployee">
>INSERT INTO movie
>(title,
>         CatID,
>         <CFIF ISDEFINED("form.sindex")>
>         sindex,
>         </cfif>
>         descript,
>         movie,
>         size,
>         tme,
>         ext,
>         location)
>VALUES ('#Form.title#',
>         #Val(Form.CatID)#,
>         <CFIF ISDEFINED("form.sindex")>
>         '#form.sindex#',
>         </cfif>
>         '#Form.descript#',
>         '#File.Serverfile#',
>         '#cffile.filesize#kb',
>         #CreateODBCDate(NOW())#,
>         '#cffile.clientfileext#',
>         '#FILE.ServerDirectory#\#FILE.ServerFile#')
></CFQUERY>
>
>
><CFLOCATION URL="index.cfm">
>###########################################################
>
>
>
>
>Thanks in advance
>
>Emmet
>
>
>
>
>
>
>
>
>-----Original Message-----
>From: Matt Wisdom [mailto:[EMAIL PROTECTED]]
>Sent: Monday, November 13, 2000 11:44 AM
>To: CF-Talk
>Subject: RE: CFFile and large file sizes?
>
>
>CFFile writes uploaded files to memory. I guess you are hitting swap...
>
>Matt
>
> > -----Original Message-----
> > From: Emmet McGovern [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, November 13, 2000 9:15 AM
> > To: CF-Talk
> > Subject: CFFile and large file sizes?
> >
> >
> > I cant remember if ive seen this discussion before or not.  sorrry
> >
> > Im trying to use cffile to upload some very large files  66-200megs each.
> > They just seem to take forever to upload across the network.  Ive
> > had decent
> > success with smaller files of about 30 megs but they still take
> > about 18-20
> > minutes each to upload.  This is going over the Lan so speed
> > should be much
> > much faster.  Any clues?
> >
> >
> > Emmet McGovern
> > ------------------------------------------------------------------
> > ------------------------------
> > Archives: http://www.mail-archive.com/[email protected]/
> > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> > or send a message with 'unsubscribe' in the body to
> > [EMAIL PROTECTED]
> >
>----------------------------------------------------------------------------
>--------------------
>Archives: http://www.mail-archive.com/[email protected]/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
>message with 'unsubscribe' in the body to [EMAIL PROTECTED]
>------------------------------------------------------------------------------------------------
>Archives: http://www.mail-archive.com/[email protected]/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send 
>a message with 'unsubscribe' in the body to [EMAIL PROTECTED]
>
>-=-=-
>SBG-Priority: 3 (Normal) http://www.internz.com/SpamBeGone/

-- 
Michael She
I m a g i n e   C o m m u n i c a t i o n s
Company E-mail: [EMAIL PROTECTED]
Personal E-mail: [EMAIL PROTECTED]
ICQ UIN: #243466
Personal Homepage: http://www.michaelshe.com (Under Construction)
Imagine Communications: http://www.imagineer.net
PGP Fingerprint: 9A24 1DA9 39B8 0A0C C5ED 6E5D 45E9 075A 51CD 66A1

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to