Posts by Douglas V. Pasqua • 61 points
2 posts
-
3
votes1
answer182
viewsA: Problems with 777 and PHP permission
Here are some safety tips when working with upload files in php: Store the upload files outside the root directory of your web application. This way the files cannot be accessed directly by the…
-
3
votes5
answers4549
viewsA: How to pick up images on the internet through Java?
I believe the sample code below can help you, if your project is "Desktop or Applet", programmed through the Swing API. The code example below will download the Google logo and display it on the…