{
+ if (!isUploading) openFilePicker();
+ }}
+ className={`h-40 w-full flex flex-col items-center justify-center border-2 border-dashed rounded-lg cursor-pointer transition-colors
+ ${isDragActive ? 'border-blue-400 bg-blue-500/10' : 'border-gray-600 hover:border-gray-400'}`}
>
-
- Drag & drop files anywhere on the page to upload
-
+ {!isUploading ? (
+ <>
+
Drag & drop files here or click to select
+
Images, videos, or .txt supported
+ >
+ ) : (
+
Drop more files to add to queue
+ )}