Need Help Uploading files

Forums for specific tips, techniques and example code
ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

Need Help Uploading files

Postby ConvertFromOldNGs » Fri Aug 07, 2009 2:45 pm

by Jason >> Mon, 22 Sep 2003 6:30:50 GMT

Hi

I need users to be able to upload multiple files from a web page. I am able to do it for a single file using the "TextBox.Web_InputType_File", however this allows for only one file to be uploaded at a time. Is there a way to upload multiple files at once?
Also the project requires the file to be distributed over many machines. So far I find that I am only able to upload files to the server machine and only move it within that machine. Is it possible to move uploaded files to a remote machine using IP addresses and virtual directories or should another application be created to accept file transfers?

Jason


---

Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.518 / Virus Database: 316 - Release Date: 11/09/2003

ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

Re: Need Help Uploading files

Postby ConvertFromOldNGs » Fri Aug 07, 2009 2:45 pm

by allistar >> Mon, 22 Sep 2003 8:50:48 GMT

I'm not too sure how the http.dll handles file uploads, but multiple file uploads is dealt with in the MIME data sent by the server (when the enc-type of the form is set to multipart/form-data). Can you not have multiple text boxes and have each one accept only one file? (Not very nice I know).

You could copy the files to other computers by having a drive mapping to those computer and simply copying the file from source to destination (or you could use the UNC path to the other drive).

Allistar.

------------------------------------------------------------------
Allistar Melville
Software Developer, Analyst allistar@silvermoon.co.nz
Auckland, NEW ZEALAND

Silvermoon Software
Specialising in JADE development and consulting
Visit us at: http://www.silvermoon.co.nz
*NEW* Simple web access to Jade at: www.silvermoon.co.nz/jhp.html ------------------------------------------------------------------


Return to “Tips and Techniques”

Who is online

Users browsing this forum: No registered users and 5 guests

cron