server change

This commit is contained in:
karthikeyan-ks
2025-03-11 00:05:10 +05:30
parent db6749201f
commit 26b40c929c
4 changed files with 97 additions and 0 deletions
+2
View File
@@ -108,6 +108,7 @@ function UploadPage() {
onChange={handleFileChange}
accept="audio/*,video/*"
/>
<CloudUploadIcon color="primary" sx={{ fontSize: 64, mb: 2 }} />
<Typography variant="h6" gutterBottom>
{file ? file.name : 'Drop your file here or click to browse'}
@@ -135,6 +136,7 @@ function UploadPage() {
</Button>
</Box>
</Paper>
</Container>
);
}