Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Upload error

Avatar

Level 2
When trying to upload a file, there is a IOError, at the
response message there is a 403 Forbidden
1 Accepted Solution

Avatar

Correct answer by
Level 2
Seems work fine, for now.

View solution in original post

6 Replies

Avatar

Former Community Member
Hi,



Can you give some idea of the exact code you are using for
this upload error or attach the code here? Are you using
navigateToUrl and FileShare.as ? There is a thread reply I gave
with the possible reasons for getting this error and what could be
the current fix on your side.


http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=72&catid=759&threadid=1431913&e...



Also, I will say preferably use FileSubscriber to upload
files. Does the example FilePublisher work for you ?



Thanks

Hironmay Basu

Avatar

Level 2
Hi. I'm using BinaryPublisher. But i'm was trying both of
FileShare and FilePublisher. Same error. It works six hours ago ,
but with the same code, it isn't working now.

Avatar

Former Community Member
Hi,



Since you are saying it was working earlier and not now, I
will try running it on my side and get back to you.



Thanks

Hironmay Basu

Avatar

Level 2
And one moment. Some change on BinaryPublisher.as in function
uploading(). Bacause _loader.load(request) must be called only on
button click event (or similar)

Avatar

Former Community Member
Hi ,

I was trying to run your code but it seems there are lot of
extra things. Though we are running on our side, it will be good if
you can provide a small example of it not working.



Thanks

Hironmay Basu

Avatar

Correct answer by
Level 2
Seems work fine, for now.