• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

File upload

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It would be nice to be able to upload (or attach) files to a forum message.


[originally posted on jforum.net by Anonymous]
 
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
Any news on this? Any thoughts on the architecture/structure? I suppose you'd want a table with the following fields:

  • blob (attachment)
  • post id (foreign key)
  • number of times downloaded


  • An upload/attach button in the post form and just a servlet to handle any upload event (using commons-upload) or download request (for checking permissions).

    What would be the best way to display them? I suppose just at the bottom (with download count). Though to be fancy you could have some BBcode to allow it to be embedded in the posting

    Anyone looking into this? I may have a go if I get the time otherwise.

    cheers,

    Mike.
    [originally posted on jforum.net by mgoodwin]
     
    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
    please, could we have file upload? That would be so great!!
    This is the biggest lack in the system so far for me!

    in apache.org, they provide a component that allows you to do file upload. then store it in a blob.


    [originally posted on jforum.net by ppfundst]
     
    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
    Ok, I registered it as new feature:

    http://www.jforum.net/jira/browse/JF-38

    It will be available in RC5.

    Rafael
    [originally posted on jforum.net by Rafael Steil]
     
    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
    Sorry, can anyone explains to me why they find an add-attachment feature is useful? I feel this feature will overload the server easily when the attachment's size is large.

    --james yong
    [originally posted on jforum.net by jamesyong]
     
    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

    jamesyong wrote:Sorry, can anyone explains to me why they find an add-attachment feature is useful? I feel this feature will overload the server easily when the attachment's size is large.

    --james yong



    Well, you can limit the upload limit or even do not allow it at all, if needed.

    File attachments may be useful in many cases, like when you have a forum to contributors post her enhacements / mods to something ( like new templates, images, documents etc ).

    Rafael
    [originally posted on jforum.net by Rafael Steil]
     
    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
    Hello Rafael, is there any news about this feature?... I'm using the RC5 version and the funcionality isn't there...

    Note: Congratulations, i think product is pretty good, I'm just waiting for the uploading capability.

    Atte: Eladio Mas�?s.
    Costa Rica.

    PAZ Y BIEN.
    [originally posted on jforum.net by emasis]
     
    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

    Hello Rafael, is there any news about this feature?... I'm using the RC5 version and the funcionality isn't there...



    hm.. no, we don't have it yet...

    Rafael
    [originally posted on jforum.net by Rafael Steil]
     
    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
    And by now?
    [originally posted on jforum.net by Anonymous]
     
    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
    Looking forward to it. :P
    [originally posted on jforum.net by Dani Matielo]
     
    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
    How about it know? :roll:
    [originally posted on jforum.net by Anonymous]
     
    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
    Is it ready? can't wait guys!!!
    [originally posted on jforum.net by Anonymous]
     
    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
    Yes, it's done. The code is available in the CVS. The next version, 2.1, will ship with file attachments.

    Rafael
    [originally posted on jforum.net by Rafael Steil]
     
    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
    Where can I find this rc 5.

    Regards,

    Henkie
    [originally posted on jforum.net by henkie]
     
    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
    RC5?

    Rafael
    [originally posted on jforum.net by Rafael Steil]
     
    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
    The feature for file upload. Where can I find this.

    Henkie
    [originally posted on jforum.net by henkie]
     
    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

    Rafael Steil wrote:Ok, I registered it as new feature:

    http://www.jforum.net/jira/browse/JF-38

    It will be available in RC5.

    Rafael



    I thought te name was RC5
    [originally posted on jforum.net by henkie]
     
    He's giving us the slip! Quick! Grab this tiny ad!
    We need your help - Coderanch server fundraiser
    https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
    reply
      Bookmark Topic Watch Topic
    • New Topic