#
file-upload
File upload handling and storage
WebCloudinary Laravel: Fix Upload Error & Configure
Fix 'Call to undefined method Cloudinary::upload()' in Laravel. Step-by-step guide to configure Cloudinary Laravel package, import correct facade, set up config, and upload files using facade or Storage disk.
1 answer• 1 view
WebNext.js Excel Upload to NestJS: Parse & Import Guide
Implement Excel (.xlsx) bank statement upload from Next.js to NestJS. Parse rows to JSON with exceljs or xlsx, validate data, map columns to DB fields, and persist using Prisma or TypeORM. Best practices for large files.
1 answer• 1 view