meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
faq [2023/07/07 18:17] johnnyfaq [2024/04/29 15:37] (current) – link to private support, push 1.0 timeline (again) wrongecho
Line 10: Line 10:
  
 === Q: Where/How to get product support?=== === Q: Where/How to get product support?===
-A: The [[https://forum.itflow.org/t/support|forum]]. We do not offer paid support at this time.+A: The [[https://forum.itflow.org/t/support|forum]] is the place for all queriesDonators may access [[https://donate.itflow.org/monthly_donate_signup.php|private support]].
  
  
 === Q: When will ITFlow be out of Beta/stable? === === Q: When will ITFlow be out of Beta/stable? ===
-A: Approx Quarter of 2023+A: Approx Quarter of 2024
  
  
Line 27: Line 27:
 === Q: Can you add direct integration with X? === === Q: Can you add direct integration with X? ===
 A: Probably not. Generally speaking, we'd prefer people build/share scripts that utilize the API. This allows for a lot more flexibility. A: Probably not. Generally speaking, we'd prefer people build/share scripts that utilize the API. This allows for a lot more flexibility.
 +
 +=== Q: Files that are larger than 2MB do not upload? ===
 +A: We have a hard limit of **20MB** per file set in the code of ITFlow, but there is also a limit set by PHP by default 
 +edit /etc/php/php.ini file and change the following options to:
 +
 +''upload_max_filesize = 20M''
 +
 +''post_max_size = 20M''