Installation question

See all posts Reply

Installation question new!
by Nora McDougall-Collins, 9 years, 9 months ago
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
Re: Installation question new!
by colin, 9 years, 9 months ago
I am not sure what you mean, nor what you are trying to do.

Please use the files provided in the package, it works out of the box.Reply