The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> why cant upload
slayerdeath666
post Apr 29 2009, 01:45 PM
Post #1


Advanced Member
****

Group: Members
Posts: 100
Joined: 14-December 08
Member No.: 7,337



he....why i cant upload my rar file to 000webhost.coM? it say max size is 5mb im uploading 2.7mb and after 5 min says too big file
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Apr 29 2009, 02:17 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Maybe they disallow certain file types. Not unusual and understandable for a free host.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
slayerdeath666
post Apr 29 2009, 02:22 PM
Post #3


Advanced Member
****

Group: Members
Posts: 100
Joined: 14-December 08
Member No.: 7,337



do you know a webhost where i can upload my dating scripts to test them?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Apr 29 2009, 02:41 PM
Post #4


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



If you pay for hosting, just about anyone. Free I don't know. I don't keep tracks.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
slayerdeath666
post Apr 29 2009, 02:42 PM
Post #5


Advanced Member
****

Group: Members
Posts: 100
Joined: 14-December 08
Member No.: 7,337



what if i pay about anyone?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Apr 29 2009, 03:19 PM
Post #6


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



What I said above. Just about any paid host.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
slayerdeath666
post Apr 30 2009, 01:18 PM
Post #7


Advanced Member
****

Group: Members
Posts: 100
Joined: 14-December 08
Member No.: 7,337



so only if i pay i can upload that script?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Apr 30 2009, 01:22 PM
Post #8


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



NO! But I don't know what free hosts allow rar.

Unpack the thing and there shouldn't be a problem. What are you going to do with the rar on the server anyway? It's not like you can run the scrips(s) from in there.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Cookie Creative
post Aug 17 2009, 05:30 AM
Post #9





Group: Members
Posts: 2
Joined: 17-August 09
From: Manchester, UK.
Member No.: 9,463



You might also be using to much 'server time' allotted to your free account.
Redoubtably their will will be tight restrictions in place on a free account.

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Flycakes
post Mar 26 2010, 04:45 AM
Post #10





Group: Members
Posts: 6
Joined: 25-March 10
Member No.: 11,492



try this. http://www.wampserver.com/en/ and run your server free from home.

http://www.youtube.com/watch?v=-rKDhZJignU

*************
file upload code
*************
<HTML>
<b>File Upload</b>
<form enctype="multipart/form-data" action="upload.php" method="POST">
<input name="uploaded" type="file" /><br />
<input type="submit" value="Upload" />
</HTML>

******
.php
******
<?php
$target = "upload/";
$target = $target . basename( $_FILES['uploaded']['name']) ;
$ok=1;
if(move_uploaded_file($_FILES['uploaded']['tmp_name'], $target))
{
echo "The file ". basename( $_FILES['uploaded']['name']). " has been uploaded";
}
else {
echo "Sorry, there was a problem uploading your file.";
}
?>

this assumes theres a folder in your webserver called upload and will place a browse button and upload button on your site and upload it into upload folder

hope this helps someone
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 19th April 2024 - 07:21 PM