I tried uploading some files via Upload/Images using the current version of zenphoto and received an error that "upload.php" is missing. I checked the filesystem and indee the file is missing. So, how can I upload stuff via the ordinary web-interface?
Comments
You have the choice between a flash multifile upload, the normal form upload and even directly via FTP.
//the upload-Button I was talking about
http://i56.tinypic.com/34zkpiq.gif
//thats what I got after "clicking" on upload
http://i51.tinypic.com/1zqr41c.gif
Besides that, the green "hochladen" bzw. "upload"-button shows no reaction at all.
<form id="file_upload" action="upload.php" method="POST" enctype="mulitpart/form-data">
The part action="upload.php" explains my error. IMHO it is a typo and should be action="uploader.php".
BTW, I did just test uploading with the flash uploader and it did work just fine.