• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Uploading multiple files without Flex or ProFlashUpload

Participant ,
Jan 31, 2008 Jan 31, 2008

Copy link to clipboard

Copied

In .NET there is a way to do a batch upload. You designate an upload folder, and when a user clicks a button, all the files in that folder are uploaded at once. Good for an image library administrator, for example. In CF, I don't see a similar ease-of-use. I've found an article that explains how to do a multi-file upload using Flex 2 and CF MX and another article that shows how to use a $50 utility.

Does anyone know of a way to do this simply with CF code, maybe a custom tag or a UDF or somthing else? Using Flash would be a good prospect, too. Perhaps there's a way a user could click a "browse" button in a Flash form, drag and drop multiple files, and then upload them all at once. That's what the ProFlashUpload utility does. But is that utility the only way to accomplish this? If it is, I'll gladly pay for it. Before I do, though, I'd just like to make sure there are no other known options.

Notes I've taken during my online searching appear below, in case anyone else is interested.

NOTES

Uploading multiple files

upload directory/folder
batch uploading
multi-file upload
custom file upload class

http://labs.newmediateam.com/Multifileupload/FileUpload.html

using Flex 2 / Flash Player 9. The server=side upload script is ColdFusion.

his article is here
http://ryanfavro.newmediateam.com/blog/index.cfm/2006/8/12/Flex-2-Multi-File-Upload-Example


******************

Multiple-File Uploads with ColdFusion

http://coldfusion.sys-con.com/read/279878.htm


*****************

Multiple file upload with Flex and ColdFusion

http://www.adobe.com/devnet/coldfusion/articles/multifile_upload.html


*******************

http://www.cftopper.com/index.cfm/blogId/1/tag/ColdFusion


CF_ProFlashUpload

download free demo from
http://www.cftagstore.com/tags/flashmultipleupload.cfm
TOPICS
Advanced techniques

Views

1.3K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 02, 2008 Feb 02, 2008

Copy link to clipboard

Copied

Never used it but here's one:

http://uploadformcfc.riaforge.org/

--
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com


"sbudlong" <webforumsuser@macromedia.com> wrote in message
news:fnu36d$ksf$1@forums.macromedia.com...
> In .NET there is a way to do a batch upload. You designate an upload
> folder,
> and when a user clicks a button, all the files in that folder are uploaded
> at
> once. Good for an image library administrator, for example. In CF, I don't
> see
> a similar ease-of-use. I've found an article that explains how to do a
> multi-file upload using Flex 2 and CF MX and another article that shows
> how to
> use a $50 utility.
>
> Does anyone know of a way to do this simply with CF code, maybe a custom
> tag
> or a UDF or somthing else? Using Flash would be a good prospect, too.
> Perhaps
> there's a way a user could click a "browse" button in a Flash form, drag
> and
> drop multiple files, and then upload them all at once. That's what the
> ProFlashUpload utility does. But is that utility the only way to
> accomplish
> this? If it is, I'll gladly pay for it. Before I do, though, I'd just like
> to
> make sure there are no other known options.
>
> Notes I've taken during my online searching appear below, in case anyone
> else
> is interested.
>
> NOTES
>
> Uploading multiple files
>
> upload directory/folder
> batch uploading
> multi-file upload
> custom file upload class
>
> http://labs.newmediateam.com/Multifileupload/FileUpload.html
>
> using Flex 2 / Flash Player 9. The server=side upload script is
> ColdFusion.
>
> his article is here
>
> http://ryanfavro.newmediateam.com/blog/index.cfm/2006/8/12/Flex-2-Multi-File-Upl
> oad-Example
>
>
> ******************
>
> Multiple-File Uploads with ColdFusion
>
> http://coldfusion.sys-con.com/read/279878.htm
>
>
> *****************
>
> Multiple file upload with Flex and ColdFusion
>
> http://www.adobe.com/devnet/coldfusion/articles/multifile_upload.html
>
>
> *******************
>
> http://www.cftopper.com/index.cfm/blogId/1/tag/ColdFusion
>
>
> CF_ProFlashUpload
>
> download free demo from
> http://www.cftagstore.com/tags/flashmultipleupload.cfm
>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 03, 2008 Feb 03, 2008

Copy link to clipboard

Copied

LATEST
Ken,

Thank you very much for this suggestion, which I'll try out. It sounds good. I want to see if it will upload x-number of files, a random number that is the decision of the user (probably an administrator). I appreciate your help.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 02, 2008 Feb 02, 2008

Copy link to clipboard

Copied

Hi,

Please use this code from the below site. Its working great and you can set the number of files to be uploaded at a time.

http://www.bennadel.com/blog/1117-Ask-Ben-Uploading-Multiple-Files-Using-ColdFusion.htm

Thanks,
Akbarsait
ChennaiCFUG, India.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 03, 2008 Feb 03, 2008

Copy link to clipboard

Copied

Akbarsait -- thank you for your suggestion. I downloaded the zip file, and I'll see how it works. However, I've come across code that probably does this. What I'm really looking for is a way to allow a site administrator, let's say, the ability to upload x-number of images all at once, as opposed to setting a certain limit in the code. Do you know if this is possible in CF? I've done it in .NET and thought it might be possible in CF, too.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation