• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by RPA

  1. RPA

    Input Automate PLESK with this free RPA Extension

    Some background information about Robotic Process Automation (RPA): You could see RPA as an evolution of automated software testing, where developers program the steps a user would take in the software to search for errors. An RPA bot mimics user behavior (mouse movements, keyboard inputs...
  2. RPA

    Input Automate PLESK with this free RPA Extension

    Hello Pleskians, I am building an extension for Plesk Obsidian that allows hosting providers to host RPA environments and bots for their customers and to create bots that handle certain events in Plesk. This plugin will help you to streamline your operations and adds a new revenue source for...
  3. RPA

    Resolved developer: file upload in plesk extension

    never mind, I got it.the file uploaded was already renamed to the original file name and placed in Plesk's tmp folder
  4. RPA

    Resolved developer: file upload in plesk extension

    I am looking for a way to get file uploads working in my extension. Noticed that the default php uploads go into /tmp/*** but that file does not exist as soon as I want to move them to a folder in the domain's webroot. I tried working with $this->getRequest()->getFiles()->toArray() wich throws...
Back
Top