strange progress bar error...
ok i was trying to make a progress bar on my upload page and i got this error when i clicked on the ok button to make the progress bar: "Making this change would require changing code that is locked by a template or translator. The change will be discarded." the region my form is in is editable and i have no translators on it. any ideas? here is my code
<form action="" method="post" enctype="multipart/form-data" name="form1" id="form1">
<input name="Browse5" type="file" id="browse" size="45" maxlength="200" />
<input name="Browse4" type="file" id="browse" size="45" maxlength="200" />
<input name="Browse3" type="file" id="browse" size="45" maxlength="200" />
<input name="Browse2" type="file" id="browse" size="45" maxlength="200" />
<input name="Browse" type="file" id="browse" size="45" maxlength="200" />
<input name="Submit" type="submit" id="submit" value="Upload" /></form>