記事No | : 4156 |
投稿日 | : 2008/07/19(Sat) 06:22:31 |
タイトル | : JOYFUL NOTE v2.73でbmpを |
ID情報 | : totooo |
投稿者 | : tomo |
URL | : http://www.kent-web.com/support/old/66/0558.html |
JOYFUL NOTE v2.73でbmp形式のファイルをUPできるようにできませんでしょうか?
過去ログを見たのですが、タイプが古いようで、同じようにしてもできませんでした。
宜しくお願い致します。
記事No | : 4158 |
投稿日 | : 2008/07/19(Sat) 10:33:22 |
タイトル | : Re: JOYFUL NOTE v2.73でbmpを |
ID情報 | : fuyuki |
投稿者 | : BAL |
URL | : http://f43.aaa.livedoor.jp/~sumure/ |
> JOYFUL NOTE v2.73でbmp形式のファイルをUPできるようにできませんでしょうか?
> 過去ログを見たのですが、タイプが古いようで、同じようにしてもできませんでした。
> 宜しくお願い致します。
こちらを試してください。
http://www.kent-web.com/support/old/67/0253.html
但し、以下の箇所は修正してください。
#-------------------------------------------------
# 画像アップロード
#-------------------------------------------------
-- 省略 --
if ($tail =~ /image\/bmp/i && $bmp) { $tail=".bmp"; $flag=1; } ## ← 追加
↓
if ($tail =~ /image\/bmp/i && $bmp) { $tail=".bmp"; $flg=1; } ## ← 追加
if ($fname =~ /\.bmp$/i && $bmp) { $tail=".bmp"; $flag=1; } ## ← 追加
↓
if ($fname =~ /\.bmp$/i && $bmp) { $tail=".bmp"; $flg=1; } ## ← 追加
記事No | : 4159 |
投稿日 | : 2008/07/19(Sat) 15:40:50 |
タイトル | : Re^2: JOYFUL NOTE v2.73でbmpを |
ID情報 | : totooo |
投稿者 | : tomo |
URL | : http://www.kent-web.com/ |
ありがとうございます。
しかし、全部入れなおし,bmp以外のファイルは成功したのですが、
ご支持通りしましたが、どうしてもエラー表示が出ます。
----------------------------------------------------
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, SystemAdministrator and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
----------------------------------------------------
と、
参考に、サーバーは、
http://www.0web.cjb.net/
です。
無理なんでしょうか?
ご指南、お願いします。
記事No | : 4160 |
投稿日 | : 2008/07/19(Sat) 18:30:51 |
タイトル | : Re^3: JOYFUL NOTE v2.73でbmpを |
ID情報 | : fuyuki |
投稿者 | : BAL |
URL | : http://f43.aaa.livedoor.jp/~sumure/ |
> ありがとうございます。
> しかし、全部入れなおし,bmp以外のファイルは成功したのですが、
> ご支持通りしましたが、どうしてもエラー表示が出ます。
> ----------------------------------------------------
> Internal Server Error
> The server encountered an internal error or misconfiguration and was unable to complete your request.
> Please contact the server administrator, SystemAdministrator and inform them of the time the error occurred, and anything you might have done that may have caused the error.
>
> More information about this error may be available in the server error log.
> ----------------------------------------------------
> と、
> 参考に、サーバーは、
> http://www.0web.cjb.net/
> です。
> 無理なんでしょうか?
> ご指南、お願いします。
regist.cgiをregist.textに拡張子を変更してサーバーにアップしてブラウザで見えるようにして見てください。
記事No | : 4186 |
投稿日 | : 2008/07/22(Tue) 17:05:07 |
タイトル | : Re^4: JOYFUL NOTE v2.73でbmpを |
ID情報 | : totooo |
投稿者 | : tomo |
URL | : http://alliance.0web.cjb.net/bbs02/joyful.cgi |
ありがとうございます。
調べたところ、サーバー容量が5Mでしたので
そこのところが邪魔してるのかも知れません。
また、容量を増やした状態で、お聞きします<m(__)m>
ありがとうございます