April 2018
Intermediate to advanced
404 pages
8h 27m
English
Since we don't have any files in our FTP directory yet (except the file list), let's write the code to allow us to upload our first file.

void MainWindow::on_openButton_clicked()
{
QString fileName = QFileDialog::getOpenFileName(this, "Select File", qApp->applicationDirPath()); ui->uploadFileInput->setText(fileName); ...Read now
Unlock full access