[Clipart] [Bug 4134] Clipart submission form improvement

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Aug 30 08:39:46 PDT 2005


Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=4134          
     




------- Additional Comments From jonadab at bright.net  2005-08-30 08:39 -------
> What is the use of "Send File Now"?

If the metadata have already been added (e.g., in Inkscape), the user may not
need to use the rest of the form, and may not want to scroll down.  This is also
the whole point of moving the file upload element to the top of the form,
instead of its previous location at the bottom.

> And what's the use of this: <input name="add_keywords_here" type="hidden" />

The script uses it to find where to insert things.

> if all the keyword input boxes are named "keyword", how does it all get
> sent as POST data

In the usual way.  They all get sent.  The form-input parsing routine is
responsible for deciding how to handle this.  In the case of upload_svg.cgi,
$input{keyword} is a reference to an anonymous array.

          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the clipart mailing list