d_lomanto
11-17-2002, 03:19 AM
Hi,
In the specs for dot5hostings lower-cost plans, it mentions that anonymous FTP was not allowed. With that stated, would I be able to create a web page with an upload feature that users the windows browse method?
Thanks!
--Diego
IGobyTerry
11-17-2002, 03:22 AM
Like if someone wanted to upload an MP3 to your website? I believe that is possible, however you'd have to do it through HTTP rather than FTP.
d_lomanto
11-17-2002, 03:28 AM
Yes exactly. Let's say I create a page to upload a word doc, mp3, whatever. Then it's stored somewhere on my server. Through http would be fine with me.
IGobyTerry
11-17-2002, 04:07 AM
<?php
$errors=0; $error="The following errors occured while processing your form input.<ul>"; if($File=="" ){ $errors=1; $error.="<li>You did not enter one or more of the required fields. Please go back and try again.";} if(!is_uploaded_file($File)){ $error.="<li>The file,".$File_name.", was not uploaded!"; $errors=1;} if($errors==1) echo $error; else{ $image_part = date("h_i_s")."_".$File_name; $image_list[0] = $image_part; copy($File, "files/".$image_part); $where_form_is="http".($HTTP_SERVER_VARS["HTTP"]=="on"?"":"")."://".$SERVER_NAME.strrev(strstr(strrev($PHP_SELF),"/"));$message="File:".$where_form_is."WHERE TO STORE THE FILES/".$image_list[0]."";} ?>
<HTML>
<form enctype='multipart/form-data' action="upload.php" method='post'><table border=0><tr><td>File</td><td><input type='file' name='File'>*</td></tr></table><input type=submit value='Submit Form'> <input type=reset value='Reset Form'></form> <br><br></a>
</HTML>
You could use that. Just copy it and paste into a file named "upload.php". It wouldn't show the files uploaded, however they would be on the server somewhere. You would also have to change where I put "WHERE TO STORE THE FILES" to the directory that you want the files to be placed in.
UmBillyCord
11-17-2002, 04:45 AM
I was looking at their plans because of this thread and noticed they offer SSL and Miva Merchant. Do you get a dedicated IP and the full Miva Merchant license with the plans? It says it is $20.00/yr for an IP on their site. That is misleading if you get SSL. Also, Rackshack charges $1.00/mo and $20.00 set up for that IP.
Miva Merchant is also not free. So do they really give you the $595 license for $14.95/mo? If not, that is misleading. Looks like they use Ensim. Well, checking the box for Miva Merchant doesn't mean you have Miva Merchant?
I do not feel like writing their sales. I am just curious about what they state and what they offer.
Informity
11-17-2002, 05:28 AM
I thought miva came free with ensim(they use ensim) ?
UmBillyCord
11-17-2002, 03:33 PM
Originally posted by phision.com
I thought miva came free with ensim(they use ensim) ?
No. I is nothing more then a wrapper. You still need to buy a license to use it.