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

Trying Multiple File Uploads for the same record

Explorer ,
Aug 08, 2006 Aug 08, 2006

Copy link to clipboard

Copied

Okay I"m trying to upload 3 images on a form that will go into my gallery. Image types are jpg,gif,eps. What I've got to work so far is for all three images to upload to my server which is great, However when I look into my table, all three images are the eps image. What's wrong with this code? Again I don't won't separate records, just the ability to load 3 different images in the same record in my table. See code below


TOPICS
Advanced techniques

Views

299

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
Advocate ,
Aug 08, 2006 Aug 08, 2006

Copy link to clipboard

Copied

The FILE.ServerFile variable is only going to contain the information from the most recent <cffile> call.

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
Explorer ,
Aug 08, 2006 Aug 08, 2006

Copy link to clipboard

Copied

ok. so now what?

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
Advocate ,
Aug 08, 2006 Aug 08, 2006

Copy link to clipboard

Copied

LATEST
What do you mean "now what?"?
Did you see the code I attached?

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