121
veggieryan
Re: Mydownloads module modified
  • 2004/6/27 22:18

  • veggieryan

  • Just popping in

  • Posts: 32

  • Since: 2004/6/19


Hey there,
just thought you all should know.. i was beating my head against the wall trying to get this mod to upload zip files.. it would do jpegs and docs but not zips or wavs..
then i tried it in IE6 and it worked fine.. so there is something up with mozilla 1.7 and this mod...
it was saying mime type unkown..

hmmm...
ryan.

122
veggieryan
Re: Mydownloads module modified
  • 2004/6/27 22:25

  • veggieryan

  • Just popping in

  • Posts: 32

  • Since: 2004/6/19


well,
so wierd.. it worked for a zip and then not a wav.. says mime type unkown.. i have it allowed in the preferences and i even searched the database to make sure it was defined in the config database...
im giving up for now..
has ANYONE GOT A WORKING UPLOAD MOD?
this is killing me.

thanks.
ryan.

123
veggieryan
Re: Mydownloads module modified
  • 2004/6/27 23:51

  • veggieryan

  • Just popping in

  • Posts: 32

  • Since: 2004/6/19


to clarify,
im using XOOPS 2.06
with my downloads pro 1.04 and it says mime type not allowed for types which i have defined as allowed..
any ideas?

thanks
ryan.

124
jaadams
Re: Mydownloads module modified
  • 2004/6/28 3:23

  • jaadams

  • Just popping in

  • Posts: 2

  • Since: 2004/6/28


Have read entire postings regarding this modified module.

2 basic questions (regarding upload feature):

1. Is it ready for production - is anyone using it for production?

2. What is the largest file size supported by upload?

Thanks

JAA

125
Booga
Re: Mydownloads module modified
  • 2004/7/1 6:20

  • Booga

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/11/29


^^just bumping this topic^^

126
horax
Re: Adding Excel file for upload
  • 2004/7/15 21:11

  • horax

  • Just popping in

  • Posts: 3

  • Since: 2004/4/30


had the same bug and changed the submit.php from:

$download_name=time()."-_MYDWONLOADSPRO_-".$HTTP_POST_FILES['userfile']['name'];

127
horax
Re: Adding Excel file for upload
  • 2004/7/15 21:14

  • horax

  • Just popping in

  • Posts: 3

  • Since: 2004/4/30


had the same bug and changed the submit.php from:

[code]$download_name=time()."-_MYDWONLOADSPRO_-".$HTTP_POST_FILES['userfile']['name'];

128
horax
Re: Adding Excel file for upload
  • 2004/7/15 21:15

  • horax

  • Just popping in

  • Posts: 3

  • Since: 2004/4/30


had the same bug and changed the submit.php from:

$download_name=time()."-_MYDWONLOADSPRO_-".$HTTP_POST_FILES['userfile']['name'];

to
$download_name=time()."DL".$HTTP_POST_FILES['userfile']['name'];

129
m0nty
Re: Adding Excel file for upload
  • 2004/7/15 21:21

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


@jaa

the max upload limit isn't anything to do with mydownloads it will upload as much as you want but read below..

you can set a limit if you want but you could also set it to unlimited..

Maximum upload filesize will always be determined by the server setting in php.ini so whatever that limit is set to on your server is the max upload limit possible..

hence if your php.ini setting is set to max of 20mb

then it would make no difference if you configured mydownloads or any download module to allow more than 20mb. say 200mb.. you couldn't do it as the max in php.ini is set at 20mb..


130
davidl2
Re: Adding Excel file for upload
  • 2004/7/16 2:28

  • davidl2

  • XOOPS is my life!

  • Posts: 4843

  • Since: 2003/5/26


Actually I think PSUpload can do larger files - but this isnt a XOOPS module - its a stand alone routine.

Check out:http://www.perlservices.net/ for more details.


Login

Who's Online

248 user(s) are online (142 user(s) are browsing Support Forums)


Members: 0


Guests: 248


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits