class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
I have the HTML file mentioned in the instructions. I have the PHP file mentioned in the instructions. I have changed the action in the HTML file to go to the PHP file. * <form enctype="multipart/form-data" method="post" action="Upload1.php"> It wouldn't run without a class, so I added a class * class Upload1 It wouldn't run without a function, so I added a function * function Upload1() When I run the HTML file, I get a white screenReply
I have the PHP file mentioned in the instructions.
I have changed the action in the HTML file to go to the PHP file.
* <form enctype="multipart/form-data" method="post" action="Upload1.php">
It wouldn't run without a class, so I added a class
* class Upload1
It wouldn't run without a function, so I added a function
* function Upload1()
When I run the HTML file, I get a white screen
Please use the files provided in the package, it works out of the box.