Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - d3p1

Pages: [1]
1
Rightload - Official Forums / Re: HTTP upload problem
« on: June 21, 2010, 02:58:51 PM »
Oh dear, just as I thought that everything was working fine - I found a pretty large problem.

The upload only retreieves the file name for the FIRST image uploaded, if I try uploading multiple images - I get this after upload:

Quote
http://www.domain.ext/files/
http://www.domain.ext/files/fb1d9bb7307851a201b540f071eeb4d4.png

Note: the files do upload to the server without problem.



Glitch in my code, not RightLoad - fixed.

2
Rightload - Official Forums / Re: HTTP upload problem
« on: June 21, 2010, 02:46:08 PM »
I feel amazingly stupid and I've got no idea why I couldn't get that working before. I did use that regex, must have done something else wrong though - I re-added all the other settings (form fields etc) and it just worked, first time.

Thanks for your help!

3
Rightload - Official Forums / Re: HTTP upload problem
« on: June 21, 2010, 02:26:37 PM »
I tried redirecting to a page that JUST echoed the URL of the image (thats all that was on the page, raw text) but I couldn't get RightLoad to find the URL after the upload.

4
Rightload - Official Forums / Re: HTTP upload problem
« on: June 21, 2010, 01:10:32 PM »
The image is displayed using the PHP HEADER function after the image is renamed with a secure hash.

5
Rightload - Official Forums / HTTP upload problem
« on: June 07, 2010, 12:03:27 AM »
Hey, can anyone help me with this?

I've made a simple HTTP uploader that redirects to the image when the upload is completed - how can I make rightload read this and pull the URL from it?


Pages: [1]