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

CFFILE

New Here ,
Jun 06, 2010 Jun 06, 2010

I am using cffile to upload video to a server.  The files upload fine if they are small.  I just tried uploading a 70 meg file and was sent to a '404 - file or directory not found' page.  Any assistance would be great...

TOPICS
Advanced techniques
694
Translate
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

correct answers 1 Correct answer

Valorous Hero , Jun 08, 2010 Jun 08, 2010

There are configurable limits on request size (i.e. file upload size) in the ColdFusion administrator.

It is also possible that the web server (IIS, Apache, etc) could be imposing its own limits.

Translate
Guest
Jun 08, 2010 Jun 08, 2010

Some more information would be great... e.g. operating system, web server in use, hosting environment, things you already investigated, etc.

As far as I remember there are no restrictions concernig the size of uploaded files with cffile. The only limitation is the servers memory, because the file is stored in the memory until the upload is finished. Afterwards the file will be written to disk.

Or it could be a timed out connection (depends on your web server properties)...

Translate
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
Valorous Hero ,
Jun 08, 2010 Jun 08, 2010

There are configurable limits on request size (i.e. file upload size) in the ColdFusion administrator.

It is also possible that the web server (IIS, Apache, etc) could be imposing its own limits.

Translate
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 ,
Jun 08, 2010 Jun 08, 2010
LATEST

This is a new installation of IIS.  There was a post limit of 12.5 megs

by default.  I raised it to 200 megs and now things are working great.  Thanks.

Translate
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