We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a5ea5 commit 3c751bdCopy full SHA for 3c751bd
1 file changed
php/upload_banner.php
@@ -87,7 +87,7 @@
87
88
// Read the media file and upload it chunk by chunk.
89
$status = false;
90
- $handle = fopen($videoPath, "rb");
+ $handle = fopen($imagePath, "rb");
91
while (!$status && !feof($handle)) {
92
$chunk = fread($handle, $chunkSizeBytes);
93
$status = $media->nextChunk($chunk);
0 commit comments