mjpr
Posts: 1
|
| Posted: 12/23/2010, 2:11 AM |
|
Hello,
I'm trying to dinamically stablish the allowedfilemasks property of a fileupload control inside a panel on a record grid, but i can't.
I've tried to put the code inside the beforeshow event of the record grid and inside the fileupload beforeshow event, but don't work.
My code is something like:
$ev_asignaciones1->nombre_fichero_real->AllowedFileMasks = "*.gif";
The sintax is correct? the events where i'm putting the code are wrong?
Any idea?
PD: In the design view i put the allow file masks to "*".
|
 |
 |
|