uploaded Images are now named in random & shown in Showlesson Page
you might need to change in these lines in FileBean.java
(point it to your Glassfish jsp generated dir for the project on your machine)
String SourceDir = "C:\\glassfish4\\glassfish\\domains\\localhost\\generated\\jsp\\e-learn4deaf\\";
(point it to the SourceCode "Web\resources\images\levels" Folder on your machine )
String destinationName = "E:\\Graduation Project\\another copy\\e-learn4deaf\\web\\resources\\images\\levels\\";
(checkout your glassfish port)
String URLprefix = "http://localhost:27011/e-learn4deaf/resources/images/levels/";