TsuFiles

Need help with something? Anything? Post here.

Moderators: Tier 3 Mods, Tier 1 Mods, Tier 2 Mods

Forum rules
Need help with something? Anything? Post here.
User avatar
Starlite
Operations Officer
Operations Officer
Posts: 682
Joined: June 21st, 2007, 11:54 am
Steam ID: FuXYoo
PSN ID: FuXYoo
Xbox Live ID: mobius323

TsuFiles

Post by Starlite »

[18:37:24] <Starlite> Can I just offer two suggestions for TsuFiles?
[18:37:33] <Starlite> One's simple enough, the other might be a bit more complicated.
[18:37:50] <Starlite> For the file address, where it comes up with like
[18:37:56] <Starlite> C:\Documents etc etc...
[18:38:18] <Starlite> I'd say it'd be better if that text was black, so you can see it.
[18:38:57] <Starlite> And also, if there's a way to tell you what percentage of the file has uploaded, that'd be useful.

Would make uploading on TsuFiles a lot easier.
User avatar
Cursed
Bronze Member
Bronze Member
Posts: 1734
Joined: December 9th, 2007, 10:13 pm
Location: Colorado

Re: TsuFiles

Post by Cursed »

Danpaul handles the coding of TsuFiles
Knowledge is more valuable than currency.
User avatar
Starlite
Operations Officer
Operations Officer
Posts: 682
Joined: June 21st, 2007, 11:54 am
Steam ID: FuXYoo
PSN ID: FuXYoo
Xbox Live ID: mobius323

Re: TsuFiles

Post by Starlite »

Then I hope he reads this thread. :D
User avatar
Cursed
Bronze Member
Bronze Member
Posts: 1734
Joined: December 9th, 2007, 10:13 pm
Location: Colorado

Re: TsuFiles

Post by Cursed »

Best way to get his attention is to pm him so he gets an email
Knowledge is more valuable than currency.
User avatar
fl00d3d
TGN Founder & Owner
TGN Founder & Owner
Posts: 10787
Joined: March 15th, 2006, 9:15 pm
Location: United States

Re: TsuFiles

Post by fl00d3d »

I'm sure he'll see this topic.

Two other things I'd like to point out for Dan:
  1. I don't see a "Maximum file size" on the upload form. Read it from php.ini
  2. We need a back end administration completed for this. I got a lot of people offering to upload files, but without being able to manage the structure or assign permissions to staff members - its mostly useless to the public.
sig
xfire
User avatar
danpaul88
Bronze Member
Bronze Member
Posts: 1292
Joined: November 13th, 2007, 7:34 am
Location: Northampton, England

Re: TsuFiles

Post by danpaul88 »

Why is it useless? All registered users can upload files, no need to give permissions to people...


As for an upload %... not possible without redoing the entire upload system in flash or something, TsuFiles simply uses HTTP file uploading which just copies the file to the web server and THEN submits the form.
Image
User avatar
Starlite
Operations Officer
Operations Officer
Posts: 682
Joined: June 21st, 2007, 11:54 am
Steam ID: FuXYoo
PSN ID: FuXYoo
Xbox Live ID: mobius323

Re: TsuFiles

Post by Starlite »

Well, I tried to upload a video today, the page for the file went empty so I assumed that the file had uploaded.

Then went to look for the video, and it wasn't on TsuFiles. :S
User avatar
danpaul88
Bronze Member
Bronze Member
Posts: 1292
Joined: November 13th, 2007, 7:34 am
Location: Northampton, England

Re: TsuFiles

Post by danpaul88 »

Empty page would mean it's not loaded properly. If the upload was successful it would tell you so.
Image
User avatar
Starlite
Operations Officer
Operations Officer
Posts: 682
Joined: June 21st, 2007, 11:54 am
Steam ID: FuXYoo
PSN ID: FuXYoo
Xbox Live ID: mobius323

Re: TsuFiles

Post by Starlite »

Okay, well I ended up uploading it onto YouTube anyway, so... :)
User avatar
fl00d3d
TGN Founder & Owner
TGN Founder & Owner
Posts: 10787
Joined: March 15th, 2006, 9:15 pm
Location: United States

Re: TsuFiles

Post by fl00d3d »

danpaul88 wrote:Why is it useless? All registered users can upload files, no need to give permissions to people...
Can they create new folders or manage the structure? We created the basics, but there are a LOT of things that aren't built into the structure so people would have to upload to the next best thing which will end up being a huge administrative headache for us. Plus what if there is a file that is uploaded that needs to be removed?
Stitch wrote:Well, I tried to upload a video today, the page for the file went empty so I assumed that the file had uploaded.

Then went to look for the video, and it wasn't on TsuFiles. :S
I've heard this same thing from a lot of people, actually...
danpaul88 wrote: As for an upload %... not possible without redoing the entire upload system in flash or something, TsuFiles simply uses HTTP file uploading which just copies the file to the web server and THEN submits the form.
Perhaps we can do it with PHP: (1) "Starting upload", (2) "Upload in progress", (3) "Upload complete/failed!". Something as simple as that would address this issue and I know for a fact it can be done.
sig
xfire
User avatar
danpaul88
Bronze Member
Bronze Member
Posts: 1292
Joined: November 13th, 2007, 7:34 am
Location: Northampton, England

Re: TsuFiles

Post by danpaul88 »

It already does that pretty much... you just can't show a % done, as PHP does not have callbacks or anything for that sort of thing.



EDIT;
As for blank pages when uploading - this would happen if the connection was interrupted during the upload, if its happening a lot it suggests the web server has some connectivity problems... as I said before it's a basic HTTP upload with no fancy stuff...
Image
User avatar
fl00d3d
TGN Founder & Owner
TGN Founder & Owner
Posts: 10787
Joined: March 15th, 2006, 9:15 pm
Location: United States

Re: TsuFiles

Post by fl00d3d »

I don't think the issue with that is a server issue or problem with the code ... I think its user-error. But that doesn't mean we can't make it more user-friendly.

A simple...
'Upload Started' when you hit submit.
'Upload in progress' until the file is verified.
'Upload Completed!' when the file is verified to be uploaded successfully.

We can certainly script something like that?
sig
xfire
User avatar
danpaul88
Bronze Member
Bronze Member
Posts: 1292
Joined: November 13th, 2007, 7:34 am
Location: Northampton, England

Re: TsuFiles

Post by danpaul88 »

We could if http uploads supported loading a page between submitting the form and being 100% done, which they don't....
Image
User avatar
fl00d3d
TGN Founder & Owner
TGN Founder & Owner
Posts: 10787
Joined: March 15th, 2006, 9:15 pm
Location: United States

Re: TsuFiles

Post by fl00d3d »

Javascript?
SHTML?
PHP?
sig
xfire
Post Reply

Return to “TGN Help Desk”