Pure PHP Upload 3 Manual

Fastest and most advanced PHP upload solution ever!

In this article you will find all the needed information about the Pure PHP Upload 3 Dreamweaver extension. It includes some basic and advanced tutorials as well as video presentations on how to use the extension with update and insert record, how to upload large files and many more. If you have any questions regarding this tool, please use the extension forums or find us on the Live support during business hours.


Advanced: Uploading Large Files

There are some limitations that are set in the php configuration (PHP.INI). In this article we will show you common pitfalls.

How to do it

  • The MAX_FILE_SIZE item cannot specify a file size greater than the file size that has been set in the upload_max_filesize ini-setting. The default is 2 Megabytes.
  • If memory limit is enabled, larger memory_limit may be needed. Make sure to set memory_limit large enough.
  • If max_execution_time is set too small, script execution may be exceeded the value. Make sure to set max_execution_time large enough.
  • If post_max_size set too small, large files cannot be uploaded. Make sure to set post_max_size large enough.
  • Please note that the CERN httpd seems to strip off everything starting at the first whitespace in the content-type mime header it gets from the client. As long as this is the case, CERN httpd will not support the file upload feature.
  • Due to the large amount of directory listing styles we cannot guarantee that files with exotic names (like containing spaces) are handled properly.



Lubov Cholakova

Lubov CholakovaLubov has been with DMXzone for 8 years now, contributing to the Content and Sales departments. She is bringing high quality content in the form of daily blog updates, reviews, tutorials, news, newsletters,update emails and extensions' manuals. If you have a product that needs publicity or any other questions about the entire DMXzone community, she is the one you can contact.

See All Postings From Lubov Cholakova >>

Comments

Be the first to write a comment

You must me logged in to write a comment.