• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

can't attach file larger than 100k

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I upgraded my JForum from 2.0.2 to 2.1.4. Everything works fine, except I can't attach file larger than 100K(not sure about the limit, I tried file of size 60K or 40k works, but 200K or 2MB not work).

I set the quota limit to 5M (even 500M), and assign it to users, I can see it in the table jforum_quota_limit. But still not working. I am using MySQL 4.0. Can anybody help? Thanks!
[originally posted on jforum.net by dostoevsky]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Problem solved. Found a previous post about this issue. Created a 'tmp' directory in root of application context.

Another annoying fact, after created a forum, I have to update the group permission by just saving it without changing anything, or I won't see "Attach Files" button
[originally posted on jforum.net by dostoevsky]
 
Just the other day, I was thinking ... about this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic