close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Large files not uploading

Thread began 5/19/2010 2:42 am by rupert.cade294296 | Last modified 5/19/2010 7:55 am by Jason Byrnes | 933 views | 1 replies |

rupert.cade294296

Large files not uploading

the upload works for smaller files its just anything over about 1.5M doesn't seem to upload is there somewhere that i can set the limit so i can increase this to about 5M i have looked in the helper.PHP file and cant see anything that i can change to increase the allocated limit.

Thanks

Sign in to reply to this post

Jason ByrnesWebAssist

The allowed upload size is controlled by the server in the PHP.ini file.


There are a number of php directives that will effect the maximum size file that can be uploaded.

the script timeout limit must be increased to allow enough time for the file to transfer from the client to the server.

The post max size must be increased to allow for the for the file to be posted with the rest of the form.

the upload max file size will also need to be adjusted to allow for the size file you wish to upload.

See the following page for a full list of php settings that effect file uploads:
wap_upload.asp?page=php2


some of those settings can be changed using the php ini_set() command. for example, to change the max upload size to 8M:

php:
<?php ini_set('max_upload_filesize'8388608); ?>



the server may be set to restrict these sorts of changes to the php settings though, so you should check with your host for the best way to increase the allowed upload file size.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...