Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

nextjs-api-file-upload

النجوم١
التفرعات٠
آخر تحديث١٣ فبراير ٢٠٢٦ في ١٩:٥١

For Next.js App Router, use request.formData() and stream/parse the file (e.g. CSV) in the route handler. Do not use Express-style middleware (e.g. multer) in API routes—it can block the request pipeline and cause hangs. Use when implementing file upload in Next.js API routes.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

SKILL.md
readonly