Cant Upload More Than 2048 Kb?

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

    #16
    One simple easy and fast solution is open the file in text mode(database.sql for example),copy it into parts and paste in into sql query window one by one from top to bottom that way you can upload it,but be careful while you do that do that if you copy half part of table you will get an error also you might face some problem while copy pasting the data.
    In simple words you have to break the file in parts and then upload each part one by one.

    Comment


      #17
      try use .htacess

      use this code

      LimitRequestBody 9999999999

      Comment

      Working...
      X