Troy, did you get to double-check the hotfixes to make sure this wasn't the
solution? Just curious.

/charlie


> -----Original Message-----
> From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Charlie
> Arehart
> Sent: Tuesday, February 02, 2010 8:35 AM
> To: discussion@acfug.org
> Subject: RE: [ACFUG Discuss] cffile and delete issues
> 
> Mike mentions issues with CFIMAGE and processing the generated files,
> and
> that's covered by this hotfix:
> 
> http://kb2.adobe.com/cps/403/kb403411.html
> 
> Do you think that's the one you meant, Mike? While it doesn't mention
> deleting specifically, nor that message Troy offered, it's worth his
> double-checking.
> 
> And note that while it used to be a part of cumulative hotfix (CHF) 3
> for
> 8.01 (http://kb2.adobe.com/cps/511/cpsid_51180.html), it was removed
> from
> that 2 weeks after the CHF release, so yes, you do have to apply it
> manually.
> 
> So Troy, when you say you've installed "the hotfixes", do you mean this
> one?
> And not just the CHF? Might be a solution for you.
> 
> /charlie
> 
> 
> > -----Original Message-----
> > From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Mike
> Staver
> > Sent: Monday, February 01, 2010 5:55 PM
> > To: discussion@acfug.org
> > Subject: Re: [ACFUG Discuss] cffile and delete issues
> >
> > Yes, I have seen this a bunch.  What fixed it for me was a specific
> hot
> > fix (sorry, I don't remember the exact one right now). I had to apply
> > the
> > fix and restart all CF services.  These machines I had problems with
> > were
> > on windows, and some were 64 bit and some were not.  I also did some
> > stuff
> > in code to try and fix it before I applied the hotfixes.  Not sure if
> > it
> > helps or not, but for example, let's say you wanted to upload an
> image
> > and
> > resize it, etc:
> >
> > <cffile action="upload"
> >
> destination="#request.images#/customers/#session.customersId#/#form.str
> > TmpStorage#"
> >     filefield="form.upload_file" nameconflict="overwrite">
> >
> > <!--- Call the image load function so image gets dumped into memory
> for
> > processing --->
> > <cfset request.image_file =
> >
> "#request.images#/customers/#session.customersId#/#form.strTmpStorage#"
> > >
> >
> > <cfset resulter = form.strTmpStorage>
> > <cfset temper = #FindNoCase(".", resulter)#>
> > <cfset resulter = #RemoveChars(resulter, temper, 4)#>
> >
> > <!--- Create thumbnail, note this does not resize the image in
> memory,
> > just the image that is written to disk. --->
> > <cfimage name="mainImage" action="read"
> source="#request.image_file#">
> > <cfset imageScaleToFit(mainImage, 320, 320)>
> > <cfimage action="write" source="#mainImage#"
> >     destination="#request.images#/customers/#session.customersId#/thu
> > mb-#form.strTmpStorage#"
> >     overwrite="true">
> > <cfset mainImage = "">
> >
> > Notice the last line there - the part where I set the mainImage
> > variable
> > to nothing.  I have no idea if this helps or not, but between that
> and
> > the
> > hotfix, my image uploading seems to work fine.
> >
> > > Has anyone else had issues deleting files in CF8 even after
> > installing the
> > > hotfixes?
> > >
> > > We have an instance of CF8 64-bit with hotfixes. We are using some
> > > upload/resize code that we've used successfully on other servers
> with
> > no
> > > issues. However, we can't seem to delete uploaded files with no
> real
> > > discernible pattern or rhyme or reason. Only the error "ColdFusion
> > could
> > > not delete the file <somefilehere> for an unknown reason". We've
> > worked
> > > around it for now but are left with what will potentially be a
> large
> > issue
> > > for this client and others in that they upload large amounts of
> files
> > > daily.
> > >
> > > Does anyone have an answer for this?
> > >
> > > [cid:image001.jpg@01CAA351.346122A0]
> > >
> >
> _______________________________________________________________________
> > ____________________
> > >
> > > Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |
> > > 1-800-830-5192  ext. 603  |  dynapp.com<http://www.dynapp.com/>  |
> > > facebook.com/dynapp<http://www.facebook.com/dynapp>
> > >
> > >
> > >
> > >
> > > -------------------------------------------------------------
> > >
> > > To unsubscribe from this list, manage your profile @
> > >
> > > http://www.acfug.org?fa=login.edituserform
> > >
> > >
> > >
> > > For more info, see http://www.acfug.org/mailinglists
> > >
> > > Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> > >
> > > List hosted by http://www.fusionlink.com
> > >
> > > -------------------------------------------------------------
> > >
> > >
> > >
> >
> >
> >
> > -------------------------------------------------------------
> > To unsubscribe from this list, manage your profile @
> > http://www.acfug.org?fa=login.edituserform
> >
> > For more info, see http://www.acfug.org/mailinglists
> > Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> > List hosted by http://www.fusionlink.com
> > -------------------------------------------------------------
> >
> >
> 
> 
> 
> 
> -------------------------------------------------------------
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
> 
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by http://www.fusionlink.com
> -------------------------------------------------------------
> 
> 




-------------------------------------------------------------
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------



Reply via email to