Drop here...
- ) : fileError ? ( -{fileError}
- ) : isLoading ? ( -Uploading...
+ ) : progress ? ( ++ {/* Files finished, not the file being worked on: uploads run concurrently, so + there is no single "current" file to point at. */} + {progress.total > 1 ? `Uploading ${progress.completed}/${progress.total}...` : "Uploading..."} +
) : ( -Click or drag a file here
+Click or drag files here
)}