Rank: Member Groups: Member
Joined: 10/28/2008 Posts: 12
|
Good Evening,
Working with your AJAX Uploader, I noticed you can set it to take only certain extensions; however, it seems to only allow one extension. Is there a way to make it take more than one? I have it checking the extensions on the server side, I was just wondering if I could catch it before they tried to upload it.
Also, I have classes set up through CSS to style the textboxes and buttons. The textbox works, the 'browse' button works, but the other buttons will not accept the styling. Any ideas?
Respectfully, Dekaiden
|
Rank: Member Groups: Member
Joined: 10/28/2008 Posts: 12
|
Good Evening,
I resolved the issue with the CSS; I just manually put the CSS Class on each control in the Template.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Thanks for the update. To allow multiple file types, you would set the uploader's AllowExtension to something like ".jpg|.gif".
Thanks!
|
Rank: Member Groups: Member
Joined: 10/28/2008 Posts: 12
|
Awesome! Thanks!
|