• Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Default
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Quartz
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Slate
  • Solar
  • Superhero
  • Vapor
Collapse

Community

    • All categories
    Load new posts
Log in to post
  • J

    Image Upload as Topic

    Scheduled Pinned Locked Moved Unsolved Technical Support curl upload image upload
    0 Votes
    13 Posts
    626 Views
    PitaJP

    You can avoid the upload step by copying the images directly to nodebb/public/uploads/migrated and then embedding them like

    ![image](/assets/uploads/migrated/image.jpg)
  • S

    image upload issues

    Scheduled Pinned Locked Moved Technical Support plesk upload
    0 Votes
    26 Posts
    2676 Views
    A

    So finally the error is gone.

    I added this environment variable to my Openshift proyect:
    LD_PRELOAD = '/opt/app/node_modules/sharp/vendor/lib/libz.so'

    This is the url to sharp inside my node_modules.

    When I opened the terminal I get and error saying that it can't be preloaded but after installing all dependencies the error is gone, and I could upload images!!!

    Thank you very much @PitaJ !!!!

  • ramon lopezR

    [SOLVED] Edit profile; losed fields

    Scheduled Pinned Locked Moved Technical Support upload image button
    0 Votes
    11 Posts
    1308 Views
    ramon lopezR

    @baris thank you 🙂

  • DravereD

    Disable file upload entirely

    Scheduled Pinned Locked Moved Solved Technical Support upload file setting
    0 Votes
    5 Posts
    1707 Views
    baddingB

    It seems that there is still the possibility to upload a profile cover picture, even though I disable "upload images" in privileges for registered users.

  • sebastian-marinescuS

    Uploading .mov Files fails with 500 (Internal Server Error)

    Scheduled Pinned Locked Moved Technical Support upload mov video error
    0 Votes
    10 Posts
    3948 Views
    sebastian-marinescuS

    So, I just tested leaving the allowed filetypes-field blank (ergo allowing everything) and that worked. The mov-file gets uploaded flawlessly.

    But interestingly the response is:

    name: "sample.mov" path: "/opt/bitnami/apache2/htdocs/public/uploads/files/1496310135527-sample.qt" url: "/assets/uploads/files/1496310135527-sample.qt"

    Adding just the mov extension to the allowed file-extensions blocks it again.

    Now the response suggests to me somehow, that nodebb is converting the uploaded file to a .qt-file.

    So I just added the qt-extension to the allowed files and it works.

    It's really weird behavior, but I found a solution. Thanks for participating everyone!

  • M

    Upload cover picture does not work when using subfolder

    Scheduled Pinned Locked Moved Technical Support upload cover picture 1.4.5 1.4.6
    0 Votes
    3 Posts
    1452 Views
    M

    I was crating bug to GitHub, but thought that this could be know issue, after upgrade, so thats why added this question first... I did se you managed to do it fist, so I added information to there. I use tags, both 1.4.5 and 1.4.6 has this issue.

    https://github.com/NodeBB/NodeBB/issues/5631

  • ogerlyO

    Save files in upload for user

    Scheduled Pinned Locked Moved Feature Requests files upload save user profile over
    0 Votes
    3 Posts
    1596 Views
    julianJ

    @BDHarrington7 Correct. At current, we do not associate uploaded files with a particular user, although there should be plugin hooks in place that will allow third-party plugins to maintain this association (for expiry purposes, etc).

  • drewD

    Image Upload on Android

    Scheduled Pinned Locked Moved Bug Reports images upload android
    0 Votes
    3 Posts
    1926 Views
    barisB

    @psychobunny fixed this on latest master https://github.com/NodeBB/NodeBB/commit/fbeb6bc0ced9d1e0bc8a5433d3c3bdd9b9eed1eb

  • M

    Bulk upload plugin requested - bounty offered

    Scheduled Pinned Locked Moved Plugin Requests write-api upload
    0 Votes
    5 Posts
    3161 Views
    M

    Jonny
    Don't ever apologies for providing advice, that after all is why we are all here 👍 and the great thing about advice is that the user can choose what to do with it. In this case I shall be applying it to the letter.

    D

  • HägarH

    Incomplete Upload URL

    Scheduled Pinned Locked Moved Technical Support upload url 0.7.0-dev image
    0 Votes
    10 Posts
    5179 Views
    HägarH

    @baris said:

    gh#3187

    Great. 👍

  • NicolasN

    Upload API

    Scheduled Pinned Locked Moved Plugin Development upload sockets drag-n-drop api
    0 Votes
    1 Posts
    1255 Views
    NicolasN

    I will need upload functional in future plugin.
    Is there any Upload API already in NodeBB ready for plugins use?
    I would like to use ready to use solution, if any, before I will do it myself 😉

  • HägarH

    Incomplete path/URL to uploaded images [0.7.0 dev]

    Scheduled Pinned Locked Moved Bug Reports upload incomplete path url
    0 Votes
    4 Posts
    2291 Views
    HägarH

    @baris said:

    This is fixed on master.

    It seems to be back again.

  • frissdiegurkeF

    group header-pictures

    Scheduled Pinned Locked Moved Bug Reports upload groups
    1 Votes
    1 Posts
    1442 Views
    frissdiegurkeF

    I just tested to create a new group and following two issues occured

    bug: using svg-images for header works fine until "save" gets pressed. save responds with "error". feature-request: I'd like to set the background-size to contain and center the position.
  • wladistonW

    [nodebb-plugin-amazons3] Store files in Amazon S3

    Scheduled Pinned Locked Moved NodeBB Plugins aws files upload
    1 Votes
    1 Posts
    1647 Views
    wladistonW

    Sup guys?

    I did a plugin for who wants to keep files on AWS S3. It's good for who keeps the NodeBB on Heroku or others servers that have ephemeral filesystem.
    I wanted to maintain compatibility with NodeBB 0.6.x and nodebb-plugin-s3-uploads doesnt worked for me.

    I will need to increase some features like content access control in the next version.

    https://github.com/wladiston/nodebb-plugin-amazons3

  • F

    Avatar upload

    Scheduled Pinned Locked Moved Bug Reports upload bug avatar
    0 Votes
    8 Posts
    3537 Views
    julianJ

    @Sander-Struijk This is resolved for v0.6.1

    gh#2496

  • L

    Upload Image minor bug

    Scheduled Pinned Locked Moved Bug Reports upload
    0 Votes
    1 Posts
    1108 Views
    L

    If there is a . (dot) on the file name, it doesnt display the image on the post ( it cold parse and remove the dots 🙂 )

    ![Captura de Tela 2014-11-11 às 17.32.40.png](uploading 100%)

  • P

    Broken Maintenance Page Showing Upload

    Scheduled Pinned Locked Moved Bug Reports upload maintence security
    0 Votes
    5 Posts
    2445 Views
    P

    @julian Good job! Thanks!!

  • Peter-Zoltan KeresztesP

    cannot upload pictures on newly installed nodebb

    Scheduled Pinned Locked Moved General Discussion upload nodebb
    0 Votes
    30 Posts
    11902 Views
    Peter-Zoltan KeresztesP

    @julian

    I am running the nodebb on development mode. when I upload a picture, No matter what type I get the following error after the upload count get's to 100% even if I have stopped all other apps.

    Screen Shot 2014-08-27 at 8.35.29 PM.png

    and in the console just this:

    warn: Route requested but not found: /api/post/upload
  • QuylaaQ

    Can't upload profile pics on Windows server install

    Scheduled Pinned Locked Moved Bug Reports windows upload profile
    0 Votes
    11 Posts
    5204 Views
    D

    I've managed to reproduce the issue on Win2k8R2. It's coming from ImageMagick not being installed/configured correctly.

    reproduced.png

    These are the steps I took to fix the issue:

    Go out and install the latest version of ImageMagick

    After running the installer make sure that you close the command prompt from which you are running NodeBB.

    Open a new command prompt and rerun node app.js

    The problem should be fixed! 🙂resolved.png

  • ekn33E

    Picture Upload

    Scheduled Pinned Locked Moved Bug Reports upload
    0 Votes
    7 Posts
    3034 Views
    ekn33E

    @baris @julian seems fixed to me 🙂 upload has worked now with the same picture..hurra 👍 waiting for v0.5 now

  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
  • Login

  • Don't have an account? Register

  • Login or register to search.