Re: Upload of files (particularly images) - advice needed...

2008-11-14 Thread Michael Christensen
I mean fast in comparison to the traditional form-post upload - I am sure most solutions would be faster than that :) But I'll definitely look into your suggestion. ~| Adobe® ColdFusion® 8 software 8 is the most important and d

Re: Upload of files (particularly images) - advice needed...

2008-11-14 Thread John Drake
>- faster uploads >- multiple file upload >- limits on how large files you can upload (bytesize) >- limits on how large images you can upload (pixelsize) >- good error handling >So... any recommendations? Thx :o) I would think CFMultiUploader would solve a lot of your issues. http://www.danvega.

Re: Upload of files (particularly images) - advice needed...

2008-11-14 Thread Michael Christensen
Thanks for the input - but not really what I am looking for. I am leaning towards some kinda flash/customtag - I've seen a couple of examples online but none that quite satisfy all my needs at once. ~| Adobe® ColdFusion® 8 soft

Re: Upload of files (particularly images) - advice needed...

2008-11-13 Thread Shane Trahan
What we have done is write up a client application that converts the image files to BASE64 format and then break these text files up into smaller chunks and then transmit them piece by piece... The client piece is done in .NET but you may be able to swing it in JS but I am not certain though.. L

Upload of files (particularly images) - advice needed...

2008-11-13 Thread Michael Christensen
Hello experts We are looking to improve file uploads into our CMS. Currently we are using a form-post and CFFile, but I am not happy with the performance. I have the following wishlist; - faster uploads - multiple file upload - limits on how large files you can upload (bytesize) - limits on ho