Mar 21st, 2010, 9:04 PM
Hey Ben,
I asked this under new features but thought I would ask it here as it directly relates: any way to implement a progress bar into the file upload function? Ever thought of using Perl for this function to get around the file size restrictions of PHP?
Dave
I asked this under new features but thought I would ask it here as it directly relates: any way to implement a progress bar into the file upload function? Ever thought of using Perl for this function to get around the file size restrictions of PHP?
Dave
(Jan 18th, 2010, 11:13 AM)Ben Wrote: Hey Dave,
Quote:So, the normal use of FormTools is to install a copy in every site you want to use it to control and manage forms?
For me, no. I use it to manage forms on multiple sites - but most of the forms I use are just direct submit forms. But people who needed API forms they'll be stuck with installing it on each site. Not great, I agree. But unfortunately, there's really no way around it - the API directly connects with the FT database, which couldn't be done remotely (at least, not easily without implementing some sort of web service or something...).
But with regard to file uploads, this actually shouldn't be a problem. I just tried uploading a form from one site to a Torm Tools installation on another site and it was submitted fine.
- Ben