HTML - [upload Problem] Is There A Way To Unzip/merge Files Online?
Hello everyone. =)
There's a video I want to put on my website; it's about 20 MB. The problem is, whenever I try to use either of my FTP programs (FileZilla and CoreFTP), the file always gets interrupted at around 12 MB. I've tried uploading the file about 10 times, and I keep having this problem. So...I was wondering if there's a way I can break the file up (into, say, twenty 1 MB files), upload those segmented files, and then merge them together online? I don't want my friends to download 20 individual files (that's a bit much, don't you think?); I'd like for them to just download that one, full size video. Plus, I won't be too pissed if a 1 MB file messes up. =) Do you know of any software (or websites) that can do this? (I found one website today called Wobzip, but I'm not 100% certain it'll do what I want. I'm kinda confused with some of the terminology...) Please help. =(Thanks in advance!) Similar TutorialsI am a newbie and know nothing about html. I am using Ewisoft for setting up my webpages. With that I have set up an email form for my submit page (I have a math help site).All other options are there but there is no option for uploading files. Can I do that with editing HTML code? If so what additional codes should I put? Should I add enctype"multipart/form-data I'm using bluehost. I don't wanna make an ftp site I jut want to allow the user to select a picture and upload the file which is saved into the save folder as the HTML file is... I have tried using this code: Code: <FORM METHOD=POST ENCTYPE="multipart/form-data" ACTION="C:\webpages"> File to upload: <INPUT TYPE=FILE NAME="upfile"><BR> <INPUT TYPE=SUBMIT VALUE="Submit"> </FORM> But that does not do anything... what do i need to do to allow users to upload photos? This will allow them to access the photos by typing in my website name/photoname.jpg 5 years ago I converted my geocom to Html and uploaded it to my geocities Genealogy webpage. I have new computer..Vista platform...and lots more names to add. I have downloaded several programs that convert my geocom to html. They all export my surnames to a designated folder (Kerr) on my desktop. The problem is that Geocities won't upload anything that is not Html. The folder is not Html....the 40 or so files inside are. I no longer have the program I originally used. Nor do I believe that I uploaded 40 or so files one by one 5 years ago. Is there an obvious answer to uploading my 3K surnames in on full sweep. The program I used today is Ged2Web. Thank you, Moira Hi, I have a template with an online form already installed but I need help creating a contact.php file to get the form working and linked to my email address. Here is the code to my online form: PHP Code: <img src="images/sym2.jpg" style="margin-right:5px "><strong class="yellow">Online Contact Form<br> </strong><br> If you have any questions at all please contact us and we'd be glad to help:</div> <div class="yellow" style="margin-left:7px; margin-top:10px "><strong>Name:</strong><input type="text" name="n" style="width:128px; height:19px; font-family:tahoma; font-size:11px; margin-left:7px " onFocus="if(this.value=='Your message')this.value='';"></div> <div class="yellow" style="margin-left:7px; margin-top:4px "><strong>E-mail:</strong><input type="text" name="n" style="width:128px; height:19px; font-family:tahoma; font-size:11px; margin-left:4px " onFocus="if(this.value=='Your message')this.value=';"></div> <div class="yellow" style="margin-left:7px; margin-top:4px "><strong>Your message he </strong></div> <div class="yellow" style="margin-left:7px; margin-top:4px "><textarea type="text" name="n" style="width:169px; height:63px; font-family:tahoma; font-size:11px; overflow:auto"></textarea></div> <div style="margin-top:10px; margin-left:68px "><input type="image" src="images/clear.jpg" style="margin-right:6px "><input name="" type="image" src="images/send.jpg"> Any help or advice would be most appreciated. Hello everyone. Below is the html code for a quiz i want to use for my website. What I want to do is, upon completion of the quiz, have 2 new text-entry forms and 1 "submit" button form appear at the bottom of the page asking the user to input one's name and email address before they can submit the results of their quiz. Both fields would be required.. <html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Knowledge Assessment Tool</title> <script src="assessment.js" type="text/javascript"></script> <script src="quiz.js" type="text/javascript"></script> <link rel="stylesheet" href="quiz.css" type="text/css"> </head> <body bgcolor="#FFFFFF"> <p><font color="#2431A2"><u><b>10 Point Quiz</b></u></font></p> <div id="quiz1"></div> <div id="quiz2"></div> ** </body> </html> ** denotes where the text and submit button would show up after the quiz is completed asking the user for name/email address. As you can tell I have no clue how to acheive this. Any help is greatly appreciated. Thank you. I have iframes on my site that link to text files. The problem is when members go to these pages they dont see the latest version without having to frantically press F5, must be a cookies thing? What can i do to ensure the txt file is always the most up to date. Hi, I used the following code below to straighten out a problem with transparent png files in IE5.5/6. The title png file that floats with the text over the background image is fixed but the google banner at the base of the page is still filling in the transparent area with white. Code fix: http://homepage.ntlworld.com/bobosola/index.htm My page: http://www.muskmagazine.com/wintertrends.html Any suggestions would be much appreciated. Thanks Justin Firstly I am new to web development so forgive me for using any incorrect terminology... I am working on dreamweaver cs5 translating an affiliate site. The directory that contains all my website folders and subfolders has many identical pages, in html and in php script. For example I have the same page in the aboutus folder named as index.htm and.......the same page exists in a folder called templates with a different name as 4v4567opjfh.php. Now...yesterday i did synchronization in dreamweaver (ticked the delete remote files not on local drive) and suddenly my website was completely ****ed-up…. I then deleted all the ftp content and re-uploaded using a back up copy BUT the browser now only reads the 4v4567opjfh.php file and not the index.htm….. Any suggestions on what I should do in order to make my browser read the index.htm and not the php script? Many thanks! Anton Is there anyway i can merge images/text and images with html or javascript Hi there, I'm curious of how to code a fix display size of html files. If I were to set the size (when launching) as a monitor size 1024 x 768, which means users don't need to scroll up and down anymore. It will exactly fit into the screen. How should I go about doing it? Thanks and cheers........... I am working on an index page with menu for a friend and originally did the page an menu separately....I was able to get them to work together but when i do the In-Dreamweaver preview does not work...This is very important because she will need the preview to make her changes... Everything looks fine upon viewing in browser but no preview.... I think it probably has something to do with me using two different body tages with two different csses....Can somebody take a look and see if they can find my problem? Any help would be greatly appreciated! You can view an online version at: http://www.firstpresgreenville.org/NEWFPATEST/menu.html hi guys i have this requirement where in the client redirects a html page to my site and i have to provide him an interface from my site to edit the html ( which can be done using FCKeditor or Tinymce) after authentication and then when he presses save Ill have to save the html back to his server this is where i have some confusions, inorder to save back on his server do i need his ftp login credentials or is there any other way to circumvent it, pls let me know thx in advance I want to add an interactive form to a charity site I maintain. I used Zisp in the past, but we changed our Webspace provider recently and Zisp won't work there, (It's pretty limited anyway). I'm pretty good with HTML/CSS but I don't have a clue about PHP, CGI, Java etc. Can anyone suggest where I might start looking? (Being a charity, we don't have too much money to spend). Can someone please explain how forms work please. I know how to set them up and send them to another file to be processed. How do i set up the file to process it? Example: My form: Quote: <form action="http://www.music-web.org/webmail2.php" method="post" name="webMailLogin"> <input type="hidden" name="submitted" value="y" /> <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#FFFFFF"> <tr> <td colspan="2"><img src="http://music-web.org/images/clearpixel.gif" width="1" height="12"></td> </tr> <tr> <td class="black12" align="right"><b>Login: </b></td> <td class="QuickDomainCheck"><input type="text" tabIndex="1" name=" login_name " size="20" value=""></td> </tr> <tr> <td colspan="2"><img src="http://music-web.org/images/clearpixel.gif" width="1" height="12"></td> </tr> <tr> <td class="black12" align="right"><b>Password: </b></td> <td class="QuickDomainCheck"><input type="Password" tabIndex="2" name=" passwd " size="20" value=""> <input type="image" src="http://www.music-web.org/images/webmail/login.gif" align="absbottom" value=" Login " tabIndex="3" ></td> </tr> <tr> <td colspan="2" align="left"> <BR><BR><div class="text" style=" color:000000; font-family:arial; font-size:10px; padding-left:124; padding-top:5">Login using your email address and password.</div> </td> <td class="black10"><br><br></td> </tr> </table> </form> It gets sent to: Quote: <script language="JavaScript" TYPE="text/javascript"> function submitMe() { loginName = ' I need the value of the form in here '; //find @ atPos = loginName.indexOf("@"); //check >=1 if (atPos >= 1 ) { //get the domain name length domainLength = (loginName.length +1) //get the domain name domain = loginName.substring(atPos +1, domainLength ); //get the username user = loginName.substring(0,atPos); //set up the username to post to the mail form document.implogin.loginuser.value = loginName; document.implogin.imapuser.value = user; document.implogin.pass.value = 'I need the value of the form in here '; document.implogin.maildomain.value = domain ; document.implogin.maildomain.realm = domain; document.implogin.url.value = 'http://webmail.'+ domain + '/horde/login.php';document.implogin.action = 'http://webmail.'+ domain + '/horde/OWH_Logout.php'; document.implogin.submit(); } else { alert('Please enter in your full email ie. someone@yourdomain.com'); } } </script> I hope this isn't too confusing and someone can help. Hello everyone, I want to know how to put the html code into my web of an television channel. Example: abc tv online. Greetings! I am a beginner! (I thought I would warn you.) Can someone here please tell me how to do the code for being able to see how many viewers are online at a particular site. For instance so all shoppers can see how many people are shopping in that store at the same time? I hope that makes sense. Many thanks in advance!! I have this website that i run for a person selling select products. Everything is going fine, but it would really help if i could make an adminstrator's page for the client, that would let them input a picture, name, description, price and have that posted to the product listing page. Ive seen some related posts in different places that mentioned use of php and mysql, but i havent found the right combo for what im looking for. If someone could help me out, it would be very appreciated. I'm creating a RPG, using Unity 3d game engine, the game is called Venturo Online, the project was started on the 20th Jan, we have setup the site we are going to be using, we need some html help with the site, can anyone offer their help? Please leave your details below, or email : community@venturoonline.com, thanks. A client needs to edit one page of their site remotely using a browser. I'm not sure how to proceed. Do they need a page with form fields that are password protected so only they can provide content? Is there another way to edit wysiwyg text online without using a separate application? Any help would be appreciated. |