Re: Some questions about file handling + some other things
Nagy Gabor <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <20210323022549.24b8b9cc@Dell> |
> On Sat, Mar 20, 2021 at 01:41:20AM -0400, John P. Rouillard wrote: > > >or you can > > >add <input type="file" name="@file"> multiple times. (The second > > >solutions seems a bit ugly to me, it may depend on the browser.) > > >This is documented in the source code, but not on the website. > > > > Hmm, I didn't realize that @file could be repeated successfully. Can > > you tell me where in the code that is documented? > > File is not special here. You can have multiple -N items in the form, > e.g. to allow the user to add multiple keywords or whatever in a > single submit. I'm using this in a purchase request tracker (people > can submit something to be purchased by a purchasing department, > others have to accept/reject the purchase and when everything is > accepted the thing gets ordered). Code is here: > https://github.com/time-track-tool In particular > html/purchase_request.item.html which for a purchase request can have > several lines of offer items to be purchased. > > Ralf Dear Ralf, Thank you for your answers and for providing these source codes, too. When I do not know how to do something, I always look at working examples first. (Now I am trying to learn how to use the Date() and Interval() machinery... Atm I do not really know how can use Date() "arithmetic" and comparison in the web interface (it is OK in an extension). I do not even know how to filter tasks with "deadline <= 2021.03.24", for example. I suspect I have to use filter_sql.) Regards, Gábor _______________________________________________ Roundup-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/roundup-users