Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9245959
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T09:22:55+00:00 2026-06-18T09:22:55+00:00

I am using a shared hosting server that limits the filesize (let’s say 100

  • 0

I am using a shared hosting server that limits the filesize (let’s say 100 MB) for CFFILE Action=”Upload” – my code works for 99% of all uploads, but on files that are larger than 100 MB, they recommend that I use FTP.

In order for CFFTP to work, I need the local pathname (i.e. “c:\myFiles\fileToUpload.mpg”), but because I’m using the CFFORM ENCYTYPE=”multipart/form-data” if I dump the formfield, it is listed as a .tmp on the server. If I eliminate the ENCTYPE designation, then I get the local pathname, and I’m good to go.

My goal is to switch to CFFTP if the filesize exceeds 100 MB seamlessly. Is it possible to extract the local pathname when the ENCTYPE is set to “multipart/form-data” ?

OR is there some other way to allow CFFTP and CFFILE to work in this way?

Here’s an abstraction of how I’d like to see things work:

<!--- perform actions --->
<cfif isdefined("FORM.fileToUpload")>
    <cfif fileSizeInMB(FORM.fileToUpload) < 100>
        <cffile action="upload" blah blah>
    <cfelse>
        <cfftp action="putfile" blah blah>
    </cfif>
</cfif>

<!--- show page --->
<cfform action="#CGI.SCRIPT_NAME#" method="post" enctype="multipart/form-data">
    <input type="file" name="fileToUpload" />
    <input type="submit" />
</cfform>

Any help is greatly appreciated!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T09:22:56+00:00Added an answer on June 18, 2026 at 9:22 am

    According to the ColdFusion documentation, the CFFTP tag is used to “… move files between a ColdFusion server and an FTP server.” – this tag does not allow you to read from a client’s hard drive to upload to the server. The only way to transfer files from the client is with CFFILE.

    In my situation, I will have to let the client know that there is now a restriction on the size of files to upload – per Dan’s suggestion, I will recommend the use of Firezilla to upload all files over 100 MB.

    Thanks to all for your responses.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Lets say that you are using a shared hosting plan and your application stores
I am using shared hosting on Windows. I need to run some code that
I would be using shared hosting for my SQL Server. I wanted to encrypt
i have problems with my shared hosting account. the apache server i'm using scrambles
I am using two shared hosting companies, I want to install thebuggenie in one
I am using the ssl_requirements plugin on shared hosting account. This hosting provider uses
I've got an android application using a shared object in the JNI (that I
I'm using freopen for a GUI application using my shared library such that I
I built a client server application using posix shared memory and posix unnamed semaphores
I compiled the following code as a shared library using g++ -shared ... :

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.