Search found 2 matches
- Wed Jun 15, 2016 9:24 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Upload multiple files via html input
- Replies: 3
- Views: 2831
Re: Upload multiple files via html input
Hi MaxV, thanks for the link. Yes I have read it as a reference and found that it only allows uploading one file at a time.
- Wed Jun 01, 2016 9:35 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Upload multiple files via html input
- Replies: 3
- Views: 2831
Upload multiple files via html input
Hi! I need help about getting multiple files uploaded to the server. I am using HTML form for the upload. E.g. upload.lc: ... <form enctype="multipart/form-data" action="uploaded.lc" method="POST"> Choose at least one file to upload: <input type="file" name="uploadedfile[]" multiple><br /> <input ty...