Hi,
I have a file upoad program that works fine, however, larger files are now starting to fail with
So how do i resolve this, if enctype="multipart/form-data" is no longer an option to facilitate upload , what else can i use that is web based?
I can configure an anonymous FTP area no problem, and have an iframe for them to drag and drop the file, but how do I get the file name.
would i simply have a form field they type the filename into and then when they submit the form i do a name check and if exists move from FTP area to where I need the file?
would that be a best solution? I need to only allow MP3's how do I do that?
FTP via HTTP for large files i feel is the only option to get round my useless web host, but want the form to feel like the old method so my members area works roughly the same as before.
any ideas?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
I have a file upoad program that works fine, however, larger files are now starting to fail with
I know this is probably my web hosts causing the problem, i've complained till i'm blue in the face, and changing host at present really is not the option i want to take, got to much in devel to start messing about with switching hosts.Bad Gateway. Web server received an invalid response while acting as a gateway or proxy.
So how do i resolve this, if enctype="multipart/form-data" is no longer an option to facilitate upload , what else can i use that is web based?
I can configure an anonymous FTP area no problem, and have an iframe for them to drag and drop the file, but how do I get the file name.
would i simply have a form field they type the filename into and then when they submit the form i do a name check and if exists move from FTP area to where I need the file?
would that be a best solution? I need to only allow MP3's how do I do that?
FTP via HTTP for large files i feel is the only option to get round my useless web host, but want the form to feel like the old method so my members area works roughly the same as before.
any ideas?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.