File uploading issue

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    File uploading issue

    Hello i need a little help here. I have a problem in saving a file in DB using PHP. Only 100 kb files save successfully but when i try to save a larger file, it doesnt? Any idea to resolve the issue please. Thanks
    "Quality&Reliability"

    #2
    Originally posted by amk2010 View Post
    Hello i need a little help here. I have a problem in saving a file in DB using PHP. Only 100 kb files save successfully but when i try to save a larger file, it doesnt? Any idea to resolve the issue please. Thanks
    Change the following limits in your server's php.ini file.
    upload_max_filesize = 500M
    max_execution_time = 3000
    memory_limit = 128M
    This will fix the issue..
    Rock _a.k.a._ Jack Daniel

    Follow eUKhost on Twitter || Join eUKhost Community on Facebook

    Comment

    Working...
    X