structured-folder-uploader-dropzonejs
structured-folder-uploader-dropzonejs copied to clipboard
Upload single files
Hello,
I have a little problem: It seems like with your code, I'm only able to upload folders (or folders with folders in it, etc.), but when trying to upload single files it's not working. Is there any method to fix this?
add this: if( $_POST['path'] == 'undefined' ){ $_POST['path'] = $_FILES['file']['name']; }
so your upload.php looks like this