Content Upload (Images, Videos, Audio, PDFs, etc.)

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024

ความคิดเห็น • 12

  • @joeypouladi
    @joeypouladi 6 หลายเดือนก่อน

    Super Helpful. 🔥🙏

  • @raynellbell2428
    @raynellbell2428 ปีที่แล้ว

    Thank you for this! I have another use case I could use a visual for. I am sending a file (attachment )to an external api and am having trouble figuring out how to do that as I am not saving the file in the database

  • @kylecullenvdw
    @kylecullenvdw 3 หลายเดือนก่อน

    There needs to be more details for different file types to upload. Not clear on how different file types are handled. Even just different image types.

    • @nocodebackend
      @nocodebackend  3 หลายเดือนก่อน

      Hi there! The process for handling different file types like audio attachments, file attachments, and videos follows the same flow. Simply utilize the specific field types and functions accordingly. For more detailed notes, you can refer to our documentation here: docs.xano.com/working-with-data/functions/content-upload. If you have any questions about your use case, feel free to ask us in our community forum here: community.xano.com/. We're here to help! 😊

  • @finimiron
    @finimiron 5 หลายเดือนก่อน

    Am I the only one that gets Schema does not exist: File when trying to create a storage raw?

    • @nocodebackend
      @nocodebackend  5 หลายเดือนก่อน +1

      Hi there! 👋Could you please provide us with a bit more context about what you're trying to achieve? We'd love to assist you further. If you could post your query in our community forum (community.xano.com/), along with any relevant screenshots or a Loom video explaining the issue, that would be incredibly helpful. 😊

  • @pedronakashima9264
    @pedronakashima9264 6 หลายเดือนก่อน

    Can you please update the tutorial? It seems like a lot of things have changed on the platform since the video was recorded. In my case, I'm trying to send a PDF, through api, from an external source, but I'm not able to.

    • @LouisMachado-my9ws
      @LouisMachado-my9ws 6 หลายเดือนก่อน +1

      Hey Pedro. The principle is still the same. If you receiving a raw file from a return of an API call, you should use the Create a File Resource. If it is returning a URL, then you can use the Create Attachment Metadata function. If you'd like to send a PDF file over to another place, then I'd recommend learning about the External API Request function.

    • @pedronakashima9264
      @pedronakashima9264 6 หลายเดือนก่อน

      @@LouisMachado-my9ws Thank you, friend

  • @mdsalahuddin2841
    @mdsalahuddin2841 7 หลายเดือนก่อน

    Is it possible uploading javascript files that can be executed using the link

    • @nocodebackend
      @nocodebackend  7 หลายเดือนก่อน

      The API won't be able to extract the file and execute code from the uploaded file.