Skip to content

Commit f9b3c73

Browse files
committed
added upload image to the upload page
1 parent 8a486b7 commit f9b3c73

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Loading

SYSTEM MANAGEMENT APPS/Bookstore management/MiniProject/MiniProject/upload.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
else {
4747
$msg = '<div class="alert alert-danger alert-dismissible fade show" role="alert"><strong>Oops! </strong>Error while uploading book.<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button></div>';
4848
}
49-
5049
}
5150
?>
5251
<!doctype html>
@@ -88,7 +87,7 @@
8887
<div class="col"></div>
8988
<div class="col">
9089
<div class="alert alert-secondary" role="alert">
91-
Created Book Will Be Displayed As Created Here
90+
Book Successfully created will be displayed here
9291
</div>
9392
</div>
9493
<div class="col"></div>
@@ -109,7 +108,7 @@
109108
<div class="row">
110109
<div class="col" style="text-align: center;">
111110
<p class="jobdetails">Thumbnail:</p>
112-
<img src="Resources/placeholder.png" alt="Thumbnail" id="JobProfileImage" width="150px" height="150px"><br><br>
111+
<img src="Resources/thumbnail.png" alt="Thumbnail" id="JobProfileImage" width="150px" height="150px"><br><br>
113112
<input type="file" id="thumbnail" name="image" accept="image/*">
114113
</div>
115114
<div class="col ">

0 commit comments

Comments
 (0)