# Upload Project to Hosting
Upload HTML, CSS, PHP, JavaScript, images and other project files to hosting.
## Usage
When user requests to upload project files:
«`
novamira/upload-project-files
project_name: «my-app»
files: {
«index.html»: «…«,
«style.css»: «body { … }»,
«script.js»: «console.log(…)»
}
«`
## Parameters
— `project_name` (string) — project folder name (e.g., «my-app», «landing-page»)
— `files` (object) — files object: key = filename, value = content
— `overwrite` (boolean, optional) — overwrite existing files (default: true)
## Location
Files are uploaded to: `/wordpress_xm7yt/public_html/projects/[project_name]/`
Returns list of uploaded files and status.
## Implementation
This skill uses Novamira FTP abilities to connect to vh386.timeweb.ru and upload files.


