Sarthak Tyagisarthakwrites.hashnode.dev·Oct 9, 2024Import CSV file in JiraHere I’m gonna create bulk ticket in Jira by CSV file Here I’m using Admin Account CSV File look like this "Project","Issue Type","Summary","Description","Priority","Assignee","Status","Labels" "TEST","Task","Implement login feature","Develop the log...Discussimport csv jira
Pulkitblogs.devpulkit.in·Aug 8, 2024Simplifying Cloud Storage: Node.js and AWS S3 IntegrationI was recently working on a project(image-tweaker) that required an image upload feature. I needed a reliable storage system to store the images. After researching various options, I decided to use a cloud storage service for its scalability and ease...Discuss·1 like·163 readsAWS
Adewole Caleb Erioluwacaleberioluwa.hashnode.dev·Jul 19, 2024Effortless Cloudinary File Upload Management With KloudinaryOf course, it starts with a story about how I got tired of writing JavaScript, which my company uses daily. So, I decided to switch things up and migrate all the existing backend servers to Golang to keep my sanity. I moved all the code to Golang. Al...Abodunrin Abdulsalam and 1 other are discussing this2 people are discussing thisDiscuss·18 likes·46 readsgolang
Macadmac-ad.hashnode.dev·May 31, 2024Breaking It Down: A Step-by-Step Guide to Chunked Uploads"Size actually matters in web" Uploading Large files at once from client to server is both risky as well as bandwidth heavy. Risky in a sense that if suddenly during the upload the internet connection goes down, the whole upload is to be restarted wh...Discusschunk upoad
Asis Sharmaasis-sharma.hashnode.dev·May 13, 2024Taming the File Beast: Mastering File Storage in LaravelFor developers working with Laravel, managing uploaded files can feel like wrangling a wild beast. But fear not! Laravel boasts a robust file storage system that takes the bite out of this crucial task. In this blog post, we'll unveil the secrets of ...Discuss#FileStorage
nidhinkumarblog.nidhin.dev·Feb 4, 2024Upload images using uploadthingHey There 👋. Today we will see how to upload files to Uploadthing in Next.js What is uploadthing Uploadthing is a full stack Typescript application where you can upload your files. They mainly focus on the three things like File Hosting (Similar li...Discuss·832 readsuploadthing
Md.Mustakim Ahmedhappykim.hashnode.dev·Sep 13, 2023How to Upload and Display a PDF on Your WordPressWordPress is a versatile platform known for its user-friendly interface and extensive customization options. While it excels at handling text and images, many users are often curious about how to upload and display PDF files on their WordPress websit...DiscussWordPress
Travis Horntravishorn.com·Sep 8, 2023Uploading and Saving Files with SvelteKitRecently, while working on a project, I needed to add a feature to allow users to upload a file and save it on the server. I did quite a bit of searching for a working solution. However, many of the answers I found were outdated, used features I didn...Discuss·1 like·4.7K readsSvelte
Akinkunmiakinkunmi.hashnode.dev·Sep 1, 2023How to add file upload to your React app in 3 lines of code, literally.If you're looking to add a file upload feature to your React app without writing and managing complex code, you've got to read this to the end. In this article, I'll show you how to integrate the UfWidget component from Uploadfly into your React app ...Discuss·26 readsReact
Alexanderr11baka.hashnode.dev·Sep 1, 2023AWS Error PermanentRedirectSo, if you want to upload a file with AWS S3 and encounter an error like: PermanentRedirect: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint. You should reche...DiscussAWS