<form method="POST" name="form" enctype="multipart/form-data" action="admin_users_list.php?request=csv&stage=upload"> <p style="margin-bottom: 10px;"> To upload a .csv file of users to add to the system, first create the file using the format [username, password, email, first name, last name, expire date]. The only required fields are email and password. Expire Date must follow the exact format Year-Month-Day Hour:Min AMPM (e.g. 2009-01-04 12:00 PM). After you have created the file, then browse to it using the control below and click upload. <input type="file" id="users_file" name="users_file" /> <input type="submit" name="submit" id="submit" value="Upload" /> </p> <p style="margin-bottom: 10px;"> Click <a class="tree_add" href="admin_users_list.php?request=csv&stage=download">CSV</a> to download a list of users. </p> <p style="margin-bottom: 10px;"> Click <a class="tree_add" href="admin_users.php?request=add">Add</a> to add a new user. </p> <div id="userlist" class="filelist">The entire table will go here</div> <!-- <p style="cursor: pointer; background-color: blue;" onClick="location.href='admin_users_list.php?request=xml';">XML</p> --> </form>