Andie
Member since Oct 12, 2009
- Profile: /members/4517-andie.htm
- Comments: 3
Recent Blog Comments By Andie
-
Ask Ben: Dynamically Adding File Upload Fields To A Form Using jQuery
Posted on Oct 15, 2009 at 2:15 PM
I wish I knew half of what you do know already Hehehe!!!! :)... read more »
-
Ask Ben: Dynamically Adding File Upload Fields To A Form Using jQuery
Posted on Oct 15, 2009 at 1:57 PM
Hello Ben, Thanks for the reply, I actually figured it out a few days ago. This is my version of the upload field: .replace( new RegExp( "::FIELD3::", "i" ), ("colors[]") ) and on the front end I have something like: <label>1: </label> <input type="file" name="colors[]"> Work... read more »
-
Ask Ben: Dynamically Adding File Upload Fields To A Form Using jQuery
Posted on Oct 12, 2009 at 11:31 PM
Hello Ben, This is a very neat idea you had here... but what if I wanted to make my file fields linked as in a PHP array? I've been puzzling over this one and even though it must be obvious to a pro I can't seem to pull it off... usually I'd just make all of the names photo[] but I've tried and it ... read more »