2010-07-01 20:11:36 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
|
2010-07-07 17:32:11 +00:00
|
|
|
function validate_upload_file(form_passed){
|
2010-07-01 19:10:34 +00:00
|
|
|
|
2010-07-07 17:32:11 +00:00
|
|
|
if (form_passed.datafile.value == "") {
|
|
|
|
alert ("Please browse and select a photo");
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|