|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
WebControlGirl,
if you have some .net understanding this should make sense and its free :D to use multiples you could loop it... in the namespace... using System.IO; in the HTML Control Def Class... protected System.Web.UI.HtmlControls.HtmlInputFile UploadFile; In a Sub Class... HttpPostedFile MyFile = UploadFile.PostedFile; strFileName = MyFile.FileName; strFileName = System.IO.Path.GetFileName(strFileName); MyFile.SaveAs(Server.MapPath("../Files/") + strFileName); this should be all you would need i have used this in webcontrol but would work in a aspx page too the language i have used is c# hope this helps MM |
|
|||
|
It's usually the programmer. There are a few kinks in .net, but they usually involve some very complicated issues.
Need to post multiple items. Respond to each in it's own on click handler If you want me to code this for you give me the particulars. |
|
|||
|
Just make sure your web hosting company gave you right permissions to your local directory. Some of them don't by default.
Look into using your stuff with SQL Database. If you are storing information being uploaded, you could have it more robust and manageable with tightly coded SQL procedures and such.
__________________
Joe <a href="http://www.ecommerceconversions.com"> Custom Web Design and E-Commerce Solutions - ECommerceConversions</a> Ozone Generators where you can buy an ozone generator or ozone machine |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |