Check the task manager to see how your server is doing on memory usage
during the upload to get a more definitive answer. That being said, files
can be transferred using other methods than cffile that don't require the
file being written in memory.
Matt
> -----Original Message-----
> From: Emmet McGovern [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 13, 2000 12:19 PM
> To: CF-Talk
> Subject: RE: CFFile and large file sizes?
>
>
> 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]
>
------------------------------------------------------------------------------------------------
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]